Html Css Color HEX #5404CA Purple Heart

📋 copy color: '#5404CA'

red 84 ◦ green 4 ◦ blue 202

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

Shades of Purple Heart #5404CA

Tints of Purple Heart #5404CA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

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

R = 28.97%
G = 1.38%
B = 69.66%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5404CA (or 0x5404CA) is known color: Purple Heart. HEX triplet: 54, 04 and CA. RGB value is (84,4,202). Sum of RGB (Red+Green+Blue) = 84+4+202=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #5404CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5404CA is #ABFB35. Grayscale: #313131. Windows color (decimal): -11270966 or 13239380. OLE color: 13239380.

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

Color convert

RGB 84 4 202 -
CMYK 0.58 0.98 0 0.21
HSL 264.24º 0.96% 0.4% -
HSV(B) 264.24º 0.98% 0.79% -
XYZ 14.36 6.24 56.32 -
YUV 50.49 213.5 151.9 -
System Red Green Blue C M Y K H S L
Decimal 84 4 202 0.58 0.98 0 0.21 264.24 0.96 0.4
Hex 54 4 CA 3A 62 0 15 108 60 28
Octal 124 4 312 72 142 0 25 410 140 50
Binary 1010100 100 11001010 111010 1100010 0 10101 100001000 1100000 101000

Color Harmonies of #5404CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5404CA

Black with #5404CA

Text Example


Text Example

White with #5404CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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