Html Css Color HEX #5420CE Purple Heart

📋 copy color: '#5420CE'

red 84 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #5420CE

Tints of Purple Heart #5420CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.98%

R = 26.09%
G = 9.94%
B = 63.98%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5420CE (or 0x5420CE) is known color: Purple Heart. HEX triplet: 54, 20 and CE. RGB value is (84,32,206). Sum of RGB (Red+Green+Blue) = 84+32+206=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #5420CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5420CE is #ABDF31. Grayscale: #424242. Windows color (decimal): -11263794 or 13508692. OLE color: 13508692.

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

Color convert

RGB 84 32 206 -
CMYK 0.59 0.84 0 0.19
HSL 257.93º 0.73% 0.47% -
HSV(B) 257.93º 0.84% 0.81% -
XYZ 15.31 7.37 59.01 -
YUV 67.38 206.23 139.85 -
System Red Green Blue C M Y K H S L
Decimal 84 32 206 0.59 0.84 0 0.19 257.93 0.73 0.47
Hex 54 20 CE 3B 54 0 13 102 49 2F
Octal 124 40 316 73 124 0 23 402 111 57
Binary 1010100 100000 11001110 111011 1010100 0 10011 100000010 1001001 101111

Color Harmonies of #5420CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5420CE

Black with #5420CE

Text Example


Text Example

White with #5420CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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