#5908BC

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

Shades of Purple Heart #5908BC

Tints of Purple Heart #5908BC

Color information

#5908BC (or 0x5908BC) is unknown color: approx Purple Heart. HEX triplet: 59, 08 and BC. RGB value is (89,8,188). Sum of RGB (Red+Green+Blue) = 89+8+188=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #5908BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5908BC is #A6F743. Grayscale: #343434. Windows color (decimal): -10942276 or 12322905. OLE color: 12322905.

HSL color Cylindrical-coordinate representation of color #5908BC: hue angle of 267º 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 #5908BC is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB898188-
CMYK0.530.9600.26
HSL267º91.84%38.43%-
HSV(B)267º95.74%73.73%-
XYZ13.285.9348.02-
YUV52.74204.34153.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.23%
GREEN value IS 8 (3.52% from 255) = 2.81%
BLUE value IS 188 (73.83% from 255) = 65.96%
R=31.23%
G=2.81%
B=65.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8981880.530.9600.2626791.8438.43
Hex598BC356001A10b5c26
Octal131102746514003241313446
Binary101100110001011110011010111000000110101000010111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5908BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5908BC; }

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

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

<style>
 a { background-color: #5908BC; }

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

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

<style>
 span { border-color: #5908BC; }

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

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