#5832B0

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

Shades of Purple Heart #5832B0

Tints of Purple Heart #5832B0

Color information

#5832B0 (or 0x5832B0) is unknown color: approx Purple Heart. HEX triplet: 58, 32 and B0. RGB value is (88,50,176). Sum of RGB (Red+Green+Blue) = 88+50+176=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 176 (69.14% from 255 or 56.05% from 314); Max value from RGB is 176 - color contains mainly: blue. Hex color #5832B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5832B0 is #A7CD4F. Grayscale: #4B4B4B. Windows color (decimal): -10997072 or 11547224. OLE color: 11547224.

HSL color Cylindrical-coordinate representation of color #5832B0: hue angle of 258.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5832B0 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8850176-
CMYK0.500.7200.31
HSL258.1º55.75%44.31%-
HSV(B)258.1º71.59%69.02%-
XYZ137.4941.83-
YUV75.73184.59136.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 50 (19.92% from 255) = 15.92%
BLUE value IS 176 (69.14% from 255) = 56.05%
R=28.03%
G=15.92%
B=56.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88501760.500.7200.31258.155.7544.31
Hex5832B0324801F102382c
Octal13062260621100374027054
Binary1011000110010101100001100101001000011111100000010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5832B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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