#5835BB

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

Shades of Purple Heart #5835BB

Tints of Purple Heart #5835BB

Color information

#5835BB (or 0x5835BB) is unknown color: approx Purple Heart. HEX triplet: 58, 35 and BB. RGB value is (88,53,187). Sum of RGB (Red+Green+Blue) = 88+53+187=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #5835BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5835BB is #A7CA44. Grayscale: #4E4E4E. Windows color (decimal): -10996293 or 12268888. OLE color: 12268888.

HSL color Cylindrical-coordinate representation of color #5835BB: hue angle of 255.67º 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 #5835BB is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8853187-
CMYK0.530.7200.27
HSL255.67º55.83%47.06%-
HSV(B)255.67º71.66%73.33%-
XYZ14.278.2147.85-
YUV78.74189.1134.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 53 (21.09% from 255) = 16.16%
BLUE value IS 187 (73.44% from 255) = 57.01%
R=26.83%
G=16.16%
B=57.01%

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
Decimal88531870.530.7200.27255.6755.8347.06
Hex5835BB354801B100382f
Octal13065273651100334007057
Binary1011000110101101110111101011001000011011100000000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5835BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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