#5804BC

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

Shades of Purple Heart #5804BC

Tints of Purple Heart #5804BC

Color information

#5804BC (or 0x5804BC) is unknown color: approx Purple Heart. HEX triplet: 58, 04 and BC. RGB value is (88,4,188). Sum of RGB (Red+Green+Blue) = 88+4+188=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #5804BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5804BC is #A7FB43. Grayscale: #313131. Windows color (decimal): -11008836 or 12321880. OLE color: 12321880.

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

Color convert

RGB884188-
CMYK0.530.9800.26
HSL267.39º95.83%37.65%-
HSV(B)267.39º97.87%73.73%-
XYZ13.155.7948-
YUV50.09205.83155.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 188 (73.83% from 255) = 67.14%
R=31.43%
G=1.43%
B=67.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8841880.530.9800.26267.3995.8337.65
Hex584BC356201A10b6026
Octal13042746514203241314046
Binary10110001001011110011010111000100110101000010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5804BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,4,188); }

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

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

 a { background-color: rgb(88,4,188); }

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

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

 span { border-color: rgb(88,4,188); }

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