#5A05D3

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

Shades of Purple Heart #5A05D3

Tints of Purple Heart #5A05D3

Color information

#5A05D3 (or 0x5A05D3) is unknown color: approx Purple Heart. HEX triplet: 5A, 05 and D3. RGB value is (90,5,211). Sum of RGB (Red+Green+Blue) = 90+5+211=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 211 (82.81% from 255 or 68.95% from 306); Max value from RGB is 211 - color contains mainly: blue. Hex color #5A05D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A05D3 is #A5FA2C. Grayscale: #353535. Windows color (decimal): -10877485 or 13829466. OLE color: 13829466.

HSL color Cylindrical-coordinate representation of color #5A05D3: hue angle of 264.76º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A05D3 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB905211-
CMYK0.570.9800.17
HSL264.76º95.37%42.35%-
HSV(B)264.76º97.63%82.75%-
XYZ16.036.9962.13-
YUV53.9216.66153.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.41%
GREEN value IS 5 (2.34% from 255) = 1.63%
BLUE value IS 211 (82.81% from 255) = 68.95%
R=29.41%
G=1.63%
B=68.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal9052110.570.9800.17264.7695.3742.35
Hex5A5D339620111095f2a
Octal13253237114202141113752
Binary10110101011101001111100111000100100011000010011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A05D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,5,211); }

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

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

 a { background-color: rgb(90,5,211); }

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

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

 span { border-color: rgb(90,5,211); }

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