#5824BD

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

Shades of Purple Heart #5824BD

Tints of Purple Heart #5824BD

Color information

#5824BD (or 0x5824BD) is unknown color: approx Purple Heart. HEX triplet: 58, 24 and BD. RGB value is (88,36,189). Sum of RGB (Red+Green+Blue) = 88+36+189=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #5824BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5824BD is #A7DB42. Grayscale: #444444. Windows color (decimal): -11000643 or 12395608. OLE color: 12395608.

HSL color Cylindrical-coordinate representation of color #5824BD: hue angle of 260.39º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5824BD is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8836189-
CMYK0.530.8100.26
HSL260.39º68%44.12%-
HSV(B)260.39º80.95%74.12%-
XYZ13.847.0148.77-
YUV68.99195.73141.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.12%
GREEN value IS 36 (14.45% from 255) = 11.50%
BLUE value IS 189 (74.22% from 255) = 60.38%
R=28.12%
G=11.50%
B=60.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88361890.530.8100.26260.396844.12
Hex5824BD355101A104442c
Octal130442756512103240410454
Binary10110001001001011110111010110100010110101000001001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5824BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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