#5A35DD

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

Shades of Purple Heart #5A35DD

Tints of Purple Heart #5A35DD

Color information

#5A35DD (or 0x5A35DD) is unknown color: approx Purple Heart. HEX triplet: 5A, 35 and DD. RGB value is (90,53,221). Sum of RGB (Red+Green+Blue) = 90+53+221=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A35DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A35DD is #A5CA22. Grayscale: #525252. Windows color (decimal): -10865187 or 14497114. OLE color: 14497114.

HSL color Cylindrical-coordinate representation of color #5A35DD: hue angle of 253.21º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A35DD is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9053221-
CMYK0.590.7600.13
HSL253.21º71.19%53.73%-
HSV(B)253.21º76.02%86.67%-
XYZ18.549.9469.35-
YUV83.22205.76132.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.73%
GREEN value IS 53 (21.09% from 255) = 14.56%
BLUE value IS 221 (86.72% from 255) = 60.71%
R=24.73%
G=14.56%
B=60.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal90532210.590.7600.13253.2171.1953.73
Hex5A35DD3B4C0Dfd4736
Octal132653357311401537510766
Binary101101011010111011101111011100110001101111111011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A35DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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