#582EAF

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

Shades of Purple Heart #582EAF

Tints of Purple Heart #582EAF

Color information

#582EAF (or 0x582EAF) is unknown color: approx Purple Heart. HEX triplet: 58, 2E and AF. RGB value is (88,46,175). Sum of RGB (Red+Green+Blue) = 88+46+175=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #582EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582EAF is #A7D150. Grayscale: #484848. Windows color (decimal): -10998097 or 11480664. OLE color: 11480664.

HSL color Cylindrical-coordinate representation of color #582EAF: hue angle of 259.53º degrees, saturation: 0.58, 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 #582EAF is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8846175-
CMYK0.500.7400.31
HSL259.53º58.37%43.33%-
HSV(B)259.53º73.71%68.63%-
XYZ12.747.1241.26-
YUV73.26185.41138.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.48%
GREEN value IS 46 (18.36% from 255) = 14.89%
BLUE value IS 175 (68.75% from 255) = 56.63%
R=28.48%
G=14.89%
B=56.63%

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
Decimal88461750.500.7400.31259.5358.3743.33
Hex582EAF324A01F1043a2b
Octal13056257621120374047253
Binary1011000101110101011111100101001010011111100000100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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