#5835BA

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

Shades of Purple Heart #5835BA

Tints of Purple Heart #5835BA

Color information

#5835BA (or 0x5835BA) is unknown color: approx Purple Heart. HEX triplet: 58, 35 and BA. RGB value is (88,53,186). Sum of RGB (Red+Green+Blue) = 88+53+186=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #5835BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5835BA is #A7CA45. Grayscale: #4E4E4E. Windows color (decimal): -10996294 or 12203352. OLE color: 12203352.

HSL color Cylindrical-coordinate representation of color #5835BA: hue angle of 255.79º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5835BA is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8853186-
CMYK0.530.7200.27
HSL255.79º55.65%46.86%-
HSV(B)255.79º71.51%72.94%-
XYZ14.168.1747.28-
YUV78.63188.6134.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 53 (21.09% from 255) = 16.21%
BLUE value IS 186 (73.05% from 255) = 56.88%
R=26.91%
G=16.21%
B=56.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal88531860.530.7200.27255.7955.6546.86
Hex5835BA354801B100382f
Octal13065272651100334007057
Binary1011000110101101110101101011001000011011100000000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5835BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5835BA; }

 p { color: rgb(88,53,186); }

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

<style>
 a { background-color: #5835BA; }

 a { background-color: rgb(88,53,186); }

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

<style>
 span { border-color: #5835BA; }

 span { border-color: rgb(88,53,186); }

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