#5837CA

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

Shades of Purple Heart #5837CA

Tints of Purple Heart #5837CA

Color information

#5837CA (or 0x5837CA) is unknown color: approx Purple Heart. HEX triplet: 58, 37 and CA. RGB value is (88,55,202). Sum of RGB (Red+Green+Blue) = 88+55+202=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #5837CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5837CA is #A7C835. Grayscale: #515151. Windows color (decimal): -10995766 or 13252440. OLE color: 13252440.

HSL color Cylindrical-coordinate representation of color #5837CA: hue angle of 253.47º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5837CA is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8855202-
CMYK0.560.7300.21
HSL253.47º58.1%50.39%-
HSV(B)253.47º72.77%79.22%-
XYZ16.059.0756.78-
YUV81.62195.93132.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 55 (21.88% from 255) = 15.94%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=25.51%
G=15.94%
B=58.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88552020.560.7300.21253.4758.150.39
Hex5837CA3849015fd3a32
Octal13067312701110253757262
Binary101100011011111001010111000100100101010111111101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5837CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5837CA; }

 p { color: rgb(88,55,202); }

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

<style>
 a { background-color: #5837CA; }

 a { background-color: rgb(88,55,202); }

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

<style>
 span { border-color: #5837CA; }

 span { border-color: rgb(88,55,202); }

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