Html Css Color HEX #5404C6 Purple Heart

📋 copy color: '#5404C6'

red 84 ◦ green 4 ◦ blue 198

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

Shades of Purple Heart #5404C6

Tints of Purple Heart #5404C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 69.23%

R = 29.37%
G = 1.4%
B = 69.23%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5404C6 (or 0x5404C6) is known color: Purple Heart. HEX triplet: 54, 04 and C6. RGB value is (84,4,198). Sum of RGB (Red+Green+Blue) = 84+4+198=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 198 (77.73% from 255 or 69.23% from 286); Max value from RGB is 198 - color contains mainly: blue. Hex color #5404C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5404C6 is #ABFB39. Grayscale: #313131. Windows color (decimal): -11270970 or 12977236. OLE color: 12977236.

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

Color convert

RGB 84 4 198 -
CMYK 0.58 0.98 0 0.22
HSL 264.74º 0.96% 0.4% -
HSV(B) 264.74º 0.98% 0.78% -
XYZ 13.89 6.05 53.86 -
YUV 50.04 211.5 152.23 -
System Red Green Blue C M Y K H S L
Decimal 84 4 198 0.58 0.98 0 0.22 264.74 0.96 0.4
Hex 54 4 C6 3A 62 0 16 109 60 28
Octal 124 4 306 72 142 0 26 411 140 50
Binary 1010100 100 11000110 111010 1100010 0 10110 100001001 1100000 101000

Color Harmonies of #5404C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5404C6

Black with #5404C6

Text Example


Text Example

White with #5404C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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