#5A06BA

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

Shades of Purple Heart #5A06BA

Tints of Purple Heart #5A06BA

Color information

#5A06BA (or 0x5A06BA) is unknown color: approx Purple Heart. HEX triplet: 5A, 06 and BA. RGB value is (90,6,186). Sum of RGB (Red+Green+Blue) = 90+6+186=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A06BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A06BA is #A5F945. Grayscale: #333333. Windows color (decimal): -10877254 or 12191322. OLE color: 12191322.

HSL color Cylindrical-coordinate representation of color #5A06BA: hue angle of 268º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A06BA is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB906186-
CMYK0.520.9700.27
HSL268º93.75%37.65%-
HSV(B)268º96.77%72.94%-
XYZ13.145.8546.89-
YUV51.64203.83155.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 6 (2.73% from 255) = 2.13%
BLUE value IS 186 (73.05% from 255) = 65.96%
R=31.91%
G=2.13%
B=65.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9061860.520.9700.2726893.7537.65
Hex5A6BA346101B10c5e26
Octal13262726414103341413646
Binary10110101101011101011010011000010110111000011001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A06BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,6,186); }

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

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

 a { background-color: rgb(90,6,186); }

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

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

 span { border-color: rgb(90,6,186); }

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