#582AAB

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

Shades of Purple Heart #582AAB

Tints of Purple Heart #582AAB

Color information

#582AAB (or 0x582AAB) is unknown color: approx Purple Heart. HEX triplet: 58, 2A and AB. RGB value is (88,42,171). Sum of RGB (Red+Green+Blue) = 88+42+171=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #582AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582AAB is #A7D554. Grayscale: #454545. Windows color (decimal): -10999125 or 11217496. OLE color: 11217496.

HSL color Cylindrical-coordinate representation of color #582AAB: hue angle of 261.4º degrees, saturation: 0.61, 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 #582AAB is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8842171-
CMYK0.490.7500.33
HSL261.4º60.56%41.76%-
HSV(B)261.4º75.44%67.06%-
XYZ12.26.6739.17-
YUV70.46184.74140.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.24%
GREEN value IS 42 (16.80% from 255) = 13.95%
BLUE value IS 171 (67.19% from 255) = 56.81%
R=29.24%
G=13.95%
B=56.81%

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
Decimal88421710.490.7500.33261.460.5641.76
Hex582AAB314B0211053d2a
Octal13052253611130414057552
Binary10110001010101010101111000110010110100001100000101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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