#5A08BF

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

Shades of Purple Heart #5A08BF

Tints of Purple Heart #5A08BF

Color information

#5A08BF (or 0x5A08BF) is unknown color: approx Purple Heart. HEX triplet: 5A, 08 and BF. RGB value is (90,8,191). Sum of RGB (Red+Green+Blue) = 90+8+191=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A08BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A08BF is #A5F740. Grayscale: #343434. Windows color (decimal): -10876737 or 12519514. OLE color: 12519514.

HSL color Cylindrical-coordinate representation of color #5A08BF: hue angle of 266.89º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A08BF is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB908191-
CMYK0.530.9600.25
HSL266.89º91.96%39.02%-
HSV(B)266.89º95.81%74.9%-
XYZ13.716.1149.75-
YUV53.38205.67154.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.14%
GREEN value IS 8 (3.52% from 255) = 2.77%
BLUE value IS 191 (75% from 255) = 66.09%
R=31.14%
G=2.77%
B=66.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9081910.530.9600.25266.8991.9639.02
Hex5A8BF356001910b5c27
Octal132102776514003141313447
Binary101101010001011111111010111000000110011000010111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A08BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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