#5813BD

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

Shades of Purple Heart #5813BD

Tints of Purple Heart #5813BD

Color information

#5813BD (or 0x5813BD) is unknown color: approx Purple Heart. HEX triplet: 58, 13 and BD. RGB value is (88,19,189). Sum of RGB (Red+Green+Blue) = 88+19+189=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #5813BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5813BD is #A7EC42. Grayscale: #3A3A3A. Windows color (decimal): -11004995 or 12391256. OLE color: 12391256.

HSL color Cylindrical-coordinate representation of color #5813BD: hue angle of 264.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5813BD is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8819189-
CMYK0.530.9000.26
HSL264.35º81.73%40.78%-
HSV(B)264.35º89.95%74.12%-
XYZ13.446.2148.64-
YUV59.01201.36148.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 19 (7.81% from 255) = 6.42%
BLUE value IS 189 (74.22% from 255) = 63.85%
R=29.73%
G=6.42%
B=63.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88191890.530.9000.26264.3581.7340.78
Hex5813BD355A01A1085229
Octal130232756513203241012251
Binary1011000100111011110111010110110100110101000010001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5813BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5813BD; }

 p { color: rgb(88,19,189); }

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

<style>
 a { background-color: #5813BD; }

 a { background-color: rgb(88,19,189); }

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

<style>
 span { border-color: #5813BD; }

 span { border-color: rgb(88,19,189); }

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