#5435B8

Color #5435B8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5435B8

Tints of Purple Heart #5435B8

Color information

#5435B8 (or 0x5435B8) is unknown color: approx Purple Heart. HEX triplet: 54, 35 and B8. RGB value is (84,53,184). Sum of RGB (Red+Green+Blue) = 84+53+184=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 184 (72.27% from 255 or 57.32% from 321); Max value from RGB is 184 - color contains mainly: blue. Hex color #5435B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5435B8 is #ABCA47. Grayscale: #4C4C4C. Windows color (decimal): -11258440 or 12072276. OLE color: 12072276.

HSL color Cylindrical-coordinate representation of color #5435B8: hue angle of 254.2º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5435B8 is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8453184-
CMYK0.540.7100.28
HSL254.2º55.27%46.47%-
HSV(B)254.2º71.2%72.16%-
XYZ13.587.8946.15-
YUV77.2188.27132.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 184 (72.27% from 255) = 57.32%
R=26.17%
G=16.51%
B=57.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal84531840.540.7100.28254.255.2746.47
Hex5435B8364701Cfe372e
Octal12465270661070343766756
Binary101010011010110111000110110100011101110011111110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5435B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5435B8; }

 p { color: rgb(84,53,184); }

 H1.HeaderClassName
 {
   color: #5435B8;
 }
 .AnyTagClassName
 {
   color: #5435B8;
 }
</style>
background-color css

<style>
 a { background-color: #5435B8; }

 a { background-color: rgb(84,53,184); }

 div.DivClassName
 {
   background-color: #5435B8;
 }
 .BgClassName
 {
   background-color: #5435B8;
 }
</style>
border-color css

<style>
 span { border-color: #5435B8; }

 span { border-color: rgb(84,53,184); }

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