Html Css Color HEX #5432DE Purple Heart

📋 copy color: '#5432DE'

red 84 ◦ green 50 ◦ blue 222

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

Shades of Purple Heart #5432DE

Tints of Purple Heart #5432DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.36%

R = 23.6%
G = 14.04%
B = 62.36%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5432DE (or 0x5432DE) is known color: Purple Heart. HEX triplet: 54, 32 and DE. RGB value is (84,50,222). Sum of RGB (Red+Green+Blue) = 84+50+222=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #5432DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5432DE is #ABCD21. Grayscale: #4F4F4F. Windows color (decimal): -11259170 or 14561876. OLE color: 14561876.

HSL color Cylindrical-coordinate representation of color #5432DE: hue angle of 251.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5432DE is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 50 222 -
CMYK 0.62 0.77 0 0.13
HSL 251.86º 0.72% 0.53% -
HSV(B) 251.86º 0.77% 0.87% -
XYZ 17.98 9.44 69.98 -
YUV 79.77 208.26 131.01 -
System Red Green Blue C M Y K H S L
Decimal 84 50 222 0.62 0.77 0 0.13 251.86 0.72 0.53
Hex 54 32 DE 3E 4D 0 D FC 48 35
Octal 124 62 336 76 115 0 15 374 110 65
Binary 1010100 110010 11011110 111110 1001101 0 1101 11111100 1001000 110101

Color Harmonies of #5432DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5432DE

Black with #5432DE

Text Example


Text Example

White with #5432DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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