#5A2DAF

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

Shades of Purple Heart #5A2DAF

Tints of Purple Heart #5A2DAF

Color information

#5A2DAF (or 0x5A2DAF) is unknown color: approx Purple Heart. HEX triplet: 5A, 2D and AF. RGB value is (90,45,175). Sum of RGB (Red+Green+Blue) = 90+45+175=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A2DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2DAF is #A5D250. Grayscale: #484848. Windows color (decimal): -10867281 or 11480410. OLE color: 11480410.

HSL color Cylindrical-coordinate representation of color #5A2DAF: hue angle of 260.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A2DAF is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9045175-
CMYK0.490.7400.31
HSL260.77º59.09%43.14%-
HSV(B)260.77º74.29%68.63%-
XYZ12.897.1541.26-
YUV73.28185.41139.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.03%
GREEN value IS 45 (17.97% from 255) = 14.52%
BLUE value IS 175 (68.75% from 255) = 56.45%
R=29.03%
G=14.52%
B=56.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90451750.490.7400.31260.7759.0943.14
Hex5A2DAF314A01F1053b2b
Octal13255257611120374057353
Binary1011010101101101011111100011001010011111100000101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,45,175); }

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

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

 a { background-color: rgb(90,45,175); }

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

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

 span { border-color: rgb(90,45,175); }

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