#5800BF

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

Shades of Purple Heart #5800BF

Tints of Purple Heart #5800BF

Color information

#5800BF (or 0x5800BF) is unknown color: approx Purple Heart. HEX triplet: 58, 00 and BF. RGB value is (88,0,191). Sum of RGB (Red+Green+Blue) = 88+0+191=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #5800BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5800BF is #A7FF40. Grayscale: #2F2F2F. Windows color (decimal): -11009857 or 12517464. OLE color: 12517464.

HSL color Cylindrical-coordinate representation of color #5800BF: hue angle of 267.64º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800BF is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB880191-
CMYK0.54100.25
HSL267.64º100%37.45%-
HSV(B)267.64º100%74.9%-
XYZ13.435.8449.71-
YUV48.09208.65156.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 68.46%
R=31.54%
G=0%
B=68.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8801910.54100.25267.6410037.45
Hex580BF366401910c6425
Octal13002776614403141414445
Binary101100001011111111011011001000110011000011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5800BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5800BF; }

 p { color: rgb(88,0,191); }

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

<style>
 a { background-color: #5800BF; }

 a { background-color: rgb(88,0,191); }

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

<style>
 span { border-color: #5800BF; }

 span { border-color: rgb(88,0,191); }

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