Html Css Color HEX #5404CE Purple Heart

📋 copy color: '#5404CE'

red 84 ◦ green 4 ◦ blue 206

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

Shades of Purple Heart #5404CE

Tints of Purple Heart #5404CE

RGB

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

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

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

R = 28.57%
G = 1.36%
B = 70.07%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5404CE (or 0x5404CE) is known color: Purple Heart. HEX triplet: 54, 04 and CE. RGB value is (84,4,206). Sum of RGB (Red+Green+Blue) = 84+4+206=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #5404CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5404CE is #ABFB31. Grayscale: #323232. Windows color (decimal): -11270962 or 13501524. OLE color: 13501524.

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

Color convert

RGB 84 4 206 -
CMYK 0.59 0.98 0 0.19
HSL 263.76º 0.96% 0.41% -
HSV(B) 263.76º 0.98% 0.81% -
XYZ 14.84 6.43 58.85 -
YUV 50.95 215.5 151.57 -
System Red Green Blue C M Y K H S L
Decimal 84 4 206 0.59 0.98 0 0.19 263.76 0.96 0.41
Hex 54 4 CE 3B 62 0 13 108 60 29
Octal 124 4 316 73 142 0 23 410 140 51
Binary 1010100 100 11001110 111011 1100010 0 10011 100001000 1100000 101001

Color Harmonies of #5404CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5404CE

Black with #5404CE

Text Example


Text Example

White with #5404CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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