Html Css Color HEX #5432AD Purple Heart

📋 copy color: '#5432AD'

red 84 ◦ green 50 ◦ blue 173

#5432AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5432AD

Tints of Purple Heart #5432AD

RGB

 RED value IS 84 (33.2% from 255) = 27.36%

 GREEN value IS 50 (19.92% from 255) = 16.29%

 BLUE value IS 173 (67.97% from 255) = 56.35%

R = 27.36%
G = 16.29%
B = 56.35%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5432AD (or 0x5432AD) is known color: Purple Heart. HEX triplet: 54, 32 and AD. RGB value is (84,50,173). Sum of RGB (Red+Green+Blue) = 84+50+173=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #5432AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5432AD is #ABCD52. Grayscale: #494949. Windows color (decimal): -11259219 or 11350612. OLE color: 11350612.

HSL color Cylindrical-coordinate representation of color #5432AD: hue angle of 256.59º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5432AD is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 50 173 -
CMYK 0.51 0.71 0 0.32
HSL 256.59º 0.55% 0.44% -
HSV(B) 256.59º 0.71% 0.68% -
XYZ 12.34 7.18 40.27 -
YUV 74.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 84 50 173 0.51 0.71 0 0.32 256.59 0.55 0.44
Hex 54 32 AD 33 47 0 20 101 37 2C
Octal 124 62 255 63 107 0 40 401 67 54
Binary 1010100 110010 10101101 110011 1000111 0 100000 100000001 110111 101100

Color Harmonies of #5432AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5432AD

Black with #5432AD

Text Example


Text Example

White with #5432AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5432AD; }

 p { color: rgb(84,50,173); }

 H1.HeaderClassName
 {
   color: #5432AD;
 }
 .AnyTagClassName
 {
   color: #5432AD;
 }
</style>

background-color css

<style>
 a { background-color: #5432AD; }

 a { background-color: rgb(84,50,173); }

 div.DivClassName
 {
   background-color: #5432AD;
 }
 .BgClassName
 {
   background-color: #5432AD;
 }
</style>

border-color css

<style>
 span { border-color: #5432AD; }

 span { border-color: rgb(84,50,173); }

 td.TdClassName
 {
   border-color: #5432AD;
 }
 .TagClassName
 {
   border-color: #5432AD;
 }
</style>