#5A0FB0

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

Shades of Purple Heart #5A0FB0

Tints of Purple Heart #5A0FB0

Color information

#5A0FB0 (or 0x5A0FB0) is unknown color: approx Purple Heart. HEX triplet: 5A, 0F and B0. RGB value is (90,15,176). Sum of RGB (Red+Green+Blue) = 90+15+176=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 176 (69.14% from 255 or 62.63% from 281); Max value from RGB is 176 - color contains mainly: blue. Hex color #5A0FB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0FB0 is #A5F04F. Grayscale: #373737. Windows color (decimal): -10874960 or 11538266. OLE color: 11538266.

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

Color convert

RGB9015176-
CMYK0.490.9100.31
HSL267.95º84.29%37.45%-
HSV(B)267.95º91.48%69.02%-
XYZ12.225.6541.52-
YUV55.78195.85152.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.03%
GREEN value IS 15 (6.25% from 255) = 5.34%
BLUE value IS 176 (69.14% from 255) = 62.63%
R=32.03%
G=5.34%
B=62.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90151760.490.9100.31267.9584.2937.45
Hex5AFB0315B01F10c5425
Octal132172606113303741412445
Binary101101011111011000011000110110110111111000011001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,15,176); }

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

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

 a { background-color: rgb(90,15,176); }

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

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

 span { border-color: rgb(90,15,176); }

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