#5A08D1

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

Shades of Purple Heart #5A08D1

Tints of Purple Heart #5A08D1

Color information

#5A08D1 (or 0x5A08D1) is unknown color: approx Purple Heart. HEX triplet: 5A, 08 and D1. RGB value is (90,8,209). Sum of RGB (Red+Green+Blue) = 90+8+209=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 209 (82.03% from 255 or 68.08% from 307); Max value from RGB is 209 - color contains mainly: blue. Hex color #5A08D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A08D1 is #A5F72E. Grayscale: #363636. Windows color (decimal): -10876719 or 13699162. OLE color: 13699162.

HSL color Cylindrical-coordinate representation of color #5A08D1: hue angle of 264.48º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A08D1 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB908209-
CMYK0.570.9600.18
HSL264.48º92.63%42.55%-
HSV(B)264.48º96.17%81.96%-
XYZ15.816.9560.83-
YUV55.43214.67152.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.32%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 209 (82.03% from 255) = 68.08%
R=29.32%
G=2.61%
B=68.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal9082090.570.9600.18264.4892.6342.55
Hex5A8D139600121085d2b
Octal132103217114002241013553
Binary101101010001101000111100111000000100101000010001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A08D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,8,209); }

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

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

 a { background-color: rgb(90,8,209); }

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

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

 span { border-color: rgb(90,8,209); }

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