#5832B2

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

Shades of Purple Heart #5832B2

Tints of Purple Heart #5832B2

Color information

#5832B2 (or 0x5832B2) is unknown color: approx Purple Heart. HEX triplet: 58, 32 and B2. RGB value is (88,50,178). Sum of RGB (Red+Green+Blue) = 88+50+178=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 178 (69.92% from 255 or 56.33% from 316); Max value from RGB is 178 - color contains mainly: blue. Hex color #5832B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5832B2 is #A7CD4D. Grayscale: #4B4B4B. Windows color (decimal): -10997070 or 11678296. OLE color: 11678296.

HSL color Cylindrical-coordinate representation of color #5832B2: hue angle of 257.81º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5832B2 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8850178-
CMYK0.510.7200.30
HSL257.81º56.14%44.71%-
HSV(B)257.81º71.91%69.8%-
XYZ13.27.5742.88-
YUV75.95185.59136.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.85%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 178 (69.92% from 255) = 56.33%
R=27.85%
G=15.82%
B=56.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal88501780.510.7200.30257.8156.1444.71
Hex5832B2334801E102382d
Octal13062262631100364027055
Binary1011000110010101100101100111001000011110100000010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5832B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5832B2; }

 p { color: rgb(88,50,178); }

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

<style>
 a { background-color: #5832B2; }

 a { background-color: rgb(88,50,178); }

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

<style>
 span { border-color: #5832B2; }

 span { border-color: rgb(88,50,178); }

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