#5A08BC

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

Shades of Purple Heart #5A08BC

Tints of Purple Heart #5A08BC

Color information

#5A08BC (or 0x5A08BC) is unknown color: approx Purple Heart. HEX triplet: 5A, 08 and BC. RGB value is (90,8,188). Sum of RGB (Red+Green+Blue) = 90+8+188=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A08BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A08BC is #A5F743. Grayscale: #343434. Windows color (decimal): -10876740 or 12322906. OLE color: 12322906.

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

Color convert

RGB908188-
CMYK0.520.9600.26
HSL267.33º91.84%38.43%-
HSV(B)267.33º95.74%73.73%-
XYZ13.385.9848.03-
YUV53.04204.17154.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.47%
GREEN value IS 8 (3.52% from 255) = 2.80%
BLUE value IS 188 (73.83% from 255) = 65.73%
R=31.47%
G=2.80%
B=65.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9081880.520.9600.26267.3391.8438.43
Hex5A8BC346001A10b5c26
Octal132102746414003241313446
Binary101101010001011110011010011000000110101000010111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A08BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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