#582BAB

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

Shades of Purple Heart #582BAB

Tints of Purple Heart #582BAB

Color information

#582BAB (or 0x582BAB) is unknown color: approx Purple Heart. HEX triplet: 58, 2B and AB. RGB value is (88,43,171). Sum of RGB (Red+Green+Blue) = 88+43+171=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #582BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582BAB is #A7D454. Grayscale: #464646. Windows color (decimal): -10998869 or 11217752. OLE color: 11217752.

HSL color Cylindrical-coordinate representation of color #582BAB: hue angle of 261.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582BAB is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8843171-
CMYK0.490.7500.33
HSL261.09º59.81%41.96%-
HSV(B)261.09º74.85%67.06%-
XYZ12.246.7439.18-
YUV71.05184.41140.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.14%
GREEN value IS 43 (17.19% from 255) = 14.24%
BLUE value IS 171 (67.19% from 255) = 56.62%
R=29.14%
G=14.24%
B=56.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88431710.490.7500.33261.0959.8141.96
Hex582BAB314B0211053c2a
Octal13053253611130414057452
Binary10110001010111010101111000110010110100001100000101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582BAB; }

 p { color: rgb(88,43,171); }

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

<style>
 a { background-color: #582BAB; }

 a { background-color: rgb(88,43,171); }

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

<style>
 span { border-color: #582BAB; }

 span { border-color: rgb(88,43,171); }

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