#582DAF

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

Shades of Purple Heart #582DAF

Tints of Purple Heart #582DAF

Color information

#582DAF (or 0x582DAF) is unknown color: approx Purple Heart. HEX triplet: 58, 2D and AF. RGB value is (88,45,175). Sum of RGB (Red+Green+Blue) = 88+45+175=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #582DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582DAF is #A7D250. Grayscale: #484848. Windows color (decimal): -10998353 or 11480408. OLE color: 11480408.

HSL color Cylindrical-coordinate representation of color #582DAF: hue angle of 259.85º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #582DAF is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8845175-
CMYK0.500.7400.31
HSL259.85º59.09%43.14%-
HSV(B)259.85º74.29%68.63%-
XYZ12.77.0541.25-
YUV72.68185.75138.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.57%
GREEN value IS 45 (17.97% from 255) = 14.61%
BLUE value IS 175 (68.75% from 255) = 56.82%
R=28.57%
G=14.61%
B=56.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88451750.500.7400.31259.8559.0943.14
Hex582DAF324A01F1043b2b
Octal13055257621120374047353
Binary1011000101101101011111100101001010011111100000100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,45,175); }

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

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

 a { background-color: rgb(88,45,175); }

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

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

 span { border-color: rgb(88,45,175); }

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