#5A09BD

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

Shades of Purple Heart #5A09BD

Tints of Purple Heart #5A09BD

Color information

#5A09BD (or 0x5A09BD) is unknown color: approx Purple Heart. HEX triplet: 5A, 09 and BD. RGB value is (90,9,189). Sum of RGB (Red+Green+Blue) = 90+9+189=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A09BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A09BD is #A5F642. Grayscale: #353535. Windows color (decimal): -10876483 or 12388698. OLE color: 12388698.

HSL color Cylindrical-coordinate representation of color #5A09BD: hue angle of 267º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A09BD is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB909189-
CMYK0.520.9500.26
HSL267º90.91%38.82%-
HSV(B)267º95.24%74.12%-
XYZ13.56.0448.6-
YUV53.74204.34153.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.25%
GREEN value IS 9 (3.91% from 255) = 3.12%
BLUE value IS 189 (74.22% from 255) = 65.62%
R=31.25%
G=3.12%
B=65.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9091890.520.9500.2626790.9138.82
Hex5A9BD345F01A10b5b27
Octal132112756413703241313347
Binary101101010011011110111010010111110110101000010111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A09BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,9,189); }

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

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

 a { background-color: rgb(90,9,189); }

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

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

 span { border-color: rgb(90,9,189); }

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