Html Css Color HEX #5420CA Purple Heart

📋 copy color: '#5420CA'

red 84 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #5420CA

Tints of Purple Heart #5420CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.52%

R = 26.42%
G = 10.06%
B = 63.52%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5420CA (or 0x5420CA) is known color: Purple Heart. HEX triplet: 54, 20 and CA. RGB value is (84,32,202). Sum of RGB (Red+Green+Blue) = 84+32+202=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #5420CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5420CA is #ABDF35. Grayscale: #424242. Windows color (decimal): -11263798 or 13246548. OLE color: 13246548.

HSL color Cylindrical-coordinate representation of color #5420CA: hue angle of 258.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5420CA is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 32 202 -
CMYK 0.58 0.84 0 0.21
HSL 258.35º 0.73% 0.46% -
HSV(B) 258.35º 0.84% 0.79% -
XYZ 14.83 7.18 56.48 -
YUV 66.93 204.23 140.18 -
System Red Green Blue C M Y K H S L
Decimal 84 32 202 0.58 0.84 0 0.21 258.35 0.73 0.46
Hex 54 20 CA 3A 54 0 15 102 49 2E
Octal 124 40 312 72 124 0 25 402 111 56
Binary 1010100 100000 11001010 111010 1010100 0 10101 100000010 1001001 101110

Color Harmonies of #5420CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5420CA

Black with #5420CA

Text Example


Text Example

White with #5420CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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