#582AA7

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

Shades of Purple Heart #582AA7

Tints of Purple Heart #582AA7

Color information

#582AA7 (or 0x582AA7) is unknown color: approx Purple Heart. HEX triplet: 58, 2A and A7. RGB value is (88,42,167). Sum of RGB (Red+Green+Blue) = 88+42+167=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 167 (65.62% from 255 or 56.23% from 297); Max value from RGB is 167 - color contains mainly: blue. Hex color #582AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582AA7 is #A7D558. Grayscale: #454545. Windows color (decimal): -10999129 or 10955352. OLE color: 10955352.

HSL color Cylindrical-coordinate representation of color #582AA7: hue angle of 262.08º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582AA7 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8842167-
CMYK0.470.7500.35
HSL262.08º59.81%40.98%-
HSV(B)262.08º74.85%65.49%-
XYZ11.836.5237.19-
YUV70182.74140.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.63%
GREEN value IS 42 (16.80% from 255) = 14.14%
BLUE value IS 167 (65.62% from 255) = 56.23%
R=29.63%
G=14.14%
B=56.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88421670.470.7500.35262.0859.8140.98
Hex582AA72F4B0231063c29
Octal13052247571130434067451
Binary10110001010101010011110111110010110100011100000110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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