Html Css Color HEX #5404C3 Purple Heart

📋 copy color: '#5404C3'

red 84 ◦ green 4 ◦ blue 195

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

Shades of Purple Heart #5404C3

Tints of Purple Heart #5404C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 68.9%

R = 29.68%
G = 1.41%
B = 68.9%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5404C3 (or 0x5404C3) is known color: Purple Heart. HEX triplet: 54, 04 and C3. RGB value is (84,4,195). Sum of RGB (Red+Green+Blue) = 84+4+195=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 195 (76.56% from 255 or 68.90% from 283); Max value from RGB is 195 - color contains mainly: blue. Hex color #5404C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5404C3 is #ABFB3C. Grayscale: #313131. Windows color (decimal): -11270973 or 12780628. OLE color: 12780628.

HSL color Cylindrical-coordinate representation of color #5404C3: hue angle of 265.13º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5404C3 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 84 4 195 -
CMYK 0.57 0.98 0 0.24
HSL 265.13º 0.96% 0.39% -
HSV(B) 265.13º 0.98% 0.76% -
XYZ 13.55 5.91 52.06 -
YUV 49.69 210 152.47 -
System Red Green Blue C M Y K H S L
Decimal 84 4 195 0.57 0.98 0 0.24 265.13 0.96 0.39
Hex 54 4 C3 39 62 0 18 109 60 27
Octal 124 4 303 71 142 0 30 411 140 47
Binary 1010100 100 11000011 111001 1100010 0 11000 100001001 1100000 100111

Color Harmonies of #5404C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5404C3

Black with #5404C3

Text Example


Text Example

White with #5404C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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