#5A35E0

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

Shades of Purple Heart #5A35E0

Tints of Purple Heart #5A35E0

Color information

#5A35E0 (or 0x5A35E0) is unknown color: approx Purple Heart. HEX triplet: 5A, 35 and E0. RGB value is (90,53,224). Sum of RGB (Red+Green+Blue) = 90+53+224=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #5A35E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A35E0 is #A5CA1F. Grayscale: #525252. Windows color (decimal): -10865184 or 14693722. OLE color: 14693722.

HSL color Cylindrical-coordinate representation of color #5A35E0: hue angle of 252.98º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A35E0 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9053224-
CMYK0.600.7600.12
HSL252.98º73.39%54.31%-
HSV(B)252.98º76.34%87.84%-
XYZ18.9410.171.47-
YUV83.56207.26132.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.52%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 224 (87.89% from 255) = 61.04%
R=24.52%
G=14.44%
B=61.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal90532240.600.7600.12252.9873.3954.31
Hex5A35E03C4C0Cfd4936
Octal132653407411401437511166
Binary101101011010111100000111100100110001100111111011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A35E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A35E0; }

 p { color: rgb(90,53,224); }

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

<style>
 a { background-color: #5A35E0; }

 a { background-color: rgb(90,53,224); }

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

<style>
 span { border-color: #5A35E0; }

 span { border-color: rgb(90,53,224); }

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