Html Css Color HEX #5420CF Purple Heart

📋 copy color: '#5420CF'

red 84 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #5420CF

Tints of Purple Heart #5420CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.91%

 BLUE value IS 207 (81.25% from 255) = 64.09%

R = 26.01%
G = 9.91%
B = 64.09%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5420CF (or 0x5420CF) is known color: Purple Heart. HEX triplet: 54, 20 and CF. RGB value is (84,32,207). Sum of RGB (Red+Green+Blue) = 84+32+207=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #5420CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5420CF is #ABDF30. Grayscale: #424242. Windows color (decimal): -11263793 or 13574228. OLE color: 13574228.

HSL color Cylindrical-coordinate representation of color #5420CF: hue angle of 257.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5420CF is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 32 207 -
CMYK 0.59 0.85 0 0.19
HSL 257.83º 0.73% 0.47% -
HSV(B) 257.83º 0.85% 0.81% -
XYZ 15.44 7.42 59.65 -
YUV 67.5 206.73 139.77 -
System Red Green Blue C M Y K H S L
Decimal 84 32 207 0.59 0.85 0 0.19 257.83 0.73 0.47
Hex 54 20 CF 3B 55 0 13 102 49 2F
Octal 124 40 317 73 125 0 23 402 111 57
Binary 1010100 100000 11001111 111011 1010101 0 10011 100000010 1001001 101111

Color Harmonies of #5420CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5420CF

Black with #5420CF

Text Example


Text Example

White with #5420CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5420CF; }

 p { color: rgb(84,32,207); }

 H1.HeaderClassName
 {
   color: #5420CF;
 }
 .AnyTagClassName
 {
   color: #5420CF;
 }
</style>

background-color css

<style>
 a { background-color: #5420CF; }

 a { background-color: rgb(84,32,207); }

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

border-color css

<style>
 span { border-color: #5420CF; }

 span { border-color: rgb(84,32,207); }

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