Html Css Color HEX #5420C8 Purple Heart

📋 copy color: '#5420C8'

red 84 ◦ green 32 ◦ blue 200

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

Shades of Purple Heart #5420C8

Tints of Purple Heart #5420C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 63.29%

R = 26.58%
G = 10.13%
B = 63.29%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5420C8 (or 0x5420C8) is known color: Purple Heart. HEX triplet: 54, 20 and C8. RGB value is (84,32,200). Sum of RGB (Red+Green+Blue) = 84+32+200=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 200 (78.52% from 255 or 63.29% from 316); Max value from RGB is 200 - color contains mainly: blue. Hex color #5420C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5420C8 is #ABDF37. Grayscale: #424242. Windows color (decimal): -11263800 or 13115476. OLE color: 13115476.

HSL color Cylindrical-coordinate representation of color #5420C8: hue angle of 258.57º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5420C8 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 84 32 200 -
CMYK 0.58 0.84 0 0.22
HSL 258.57º 0.72% 0.45% -
HSV(B) 258.57º 0.84% 0.78% -
XYZ 14.6 7.09 55.24 -
YUV 66.7 203.23 140.34 -
System Red Green Blue C M Y K H S L
Decimal 84 32 200 0.58 0.84 0 0.22 258.57 0.72 0.45
Hex 54 20 C8 3A 54 0 16 103 48 2D
Octal 124 40 310 72 124 0 26 403 110 55
Binary 1010100 100000 11001000 111010 1010100 0 10110 100000011 1001000 101101

Color Harmonies of #5420C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5420C8

Black with #5420C8

Text Example


Text Example

White with #5420C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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