Html Css Color HEX #5431DE Purple Heart

📋 copy color: '#5431DE'

red 84 ◦ green 49 ◦ blue 222

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

Shades of Purple Heart #5431DE

Tints of Purple Heart #5431DE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.8%

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

R = 23.66%
G = 13.8%
B = 62.54%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5431DE (or 0x5431DE) is known color: Purple Heart. HEX triplet: 54, 31 and DE. RGB value is (84,49,222). Sum of RGB (Red+Green+Blue) = 84+49+222=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #5431DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5431DE is #ABCE21. Grayscale: #4E4E4E. Windows color (decimal): -11259426 or 14561620. OLE color: 14561620.

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

Color convert

RGB 84 49 222 -
CMYK 0.62 0.78 0 0.13
HSL 252.14º 0.72% 0.53% -
HSV(B) 252.14º 0.78% 0.87% -
XYZ 17.94 9.36 69.97 -
YUV 79.19 208.6 131.43 -
System Red Green Blue C M Y K H S L
Decimal 84 49 222 0.62 0.78 0 0.13 252.14 0.72 0.53
Hex 54 31 DE 3E 4E 0 D FC 48 35
Octal 124 61 336 76 116 0 15 374 110 65
Binary 1010100 110001 11011110 111110 1001110 0 1101 11111100 1001000 110101

Color Harmonies of #5431DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5431DE

Black with #5431DE

Text Example


Text Example

White with #5431DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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