#5A35D6

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

Shades of Purple Heart #5A35D6

Tints of Purple Heart #5A35D6

Color information

#5A35D6 (or 0x5A35D6) is unknown color: approx Purple Heart. HEX triplet: 5A, 35 and D6. RGB value is (90,53,214). Sum of RGB (Red+Green+Blue) = 90+53+214=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 214 (83.98% from 255 or 59.94% from 357); Max value from RGB is 214 - color contains mainly: blue. Hex color #5A35D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A35D6 is #A5CA29. Grayscale: #515151. Windows color (decimal): -10865194 or 14038362. OLE color: 14038362.

HSL color Cylindrical-coordinate representation of color #5A35D6: hue angle of 253.79º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A35D6 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9053214-
CMYK0.580.7500.16
HSL253.79º66.26%52.35%-
HSV(B)253.79º75.23%83.92%-
XYZ17.639.5764.54-
YUV82.42202.26133.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.21%
GREEN value IS 53 (21.09% from 255) = 14.85%
BLUE value IS 214 (83.98% from 255) = 59.94%
R=25.21%
G=14.85%
B=59.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal90532140.580.7500.16253.7966.2652.35
Hex5A35D63A4B010fe4234
Octal132653267211302037610264
Binary1011010110101110101101110101001011010000111111101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A35D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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