#582AC8

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

Shades of Purple Heart #582AC8

Tints of Purple Heart #582AC8

Color information

#582AC8 (or 0x582AC8) is unknown color: approx Purple Heart. HEX triplet: 58, 2A and C8. RGB value is (88,42,200). Sum of RGB (Red+Green+Blue) = 88+42+200=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 200 (78.52% from 255 or 60.61% from 330); Max value from RGB is 200 - color contains mainly: blue. Hex color #582AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582AC8 is #A7D537. Grayscale: #494949. Windows color (decimal): -10999096 or 13118040. OLE color: 13118040.

HSL color Cylindrical-coordinate representation of color #582AC8: hue angle of 257.47º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #582AC8 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8842200-
CMYK0.560.7900.22
HSL257.47º65.29%47.45%-
HSV(B)257.47º79%78.43%-
XYZ15.287.955.36-
YUV73.77199.24138.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 42 (16.80% from 255) = 12.73%
BLUE value IS 200 (78.52% from 255) = 60.61%
R=26.67%
G=12.73%
B=60.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal88422000.560.7900.22257.4765.2947.45
Hex582AC8384F016101412f
Octal130523107011702640110157
Binary10110001010101100100011100010011110101101000000011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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