#582CC9

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

Shades of Purple Heart #582CC9

Tints of Purple Heart #582CC9

Color information

#582CC9 (or 0x582CC9) is unknown color: approx Purple Heart. HEX triplet: 58, 2C and C9. RGB value is (88,44,201). Sum of RGB (Red+Green+Blue) = 88+44+201=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 201 (78.91% from 255 or 60.36% from 333); Max value from RGB is 201 - color contains mainly: blue. Hex color #582CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CC9 is #A7D336. Grayscale: #4A4A4A. Windows color (decimal): -10998583 or 13184088. OLE color: 13184088.

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

Color convert

RGB8844201-
CMYK0.560.7800.21
HSL256.82º64.08%48.04%-
HSV(B)256.82º78.11%78.82%-
XYZ15.478.0956.01-
YUV75.05199.08137.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.43%
GREEN value IS 44 (17.58% from 255) = 13.21%
BLUE value IS 201 (78.91% from 255) = 60.36%
R=26.43%
G=13.21%
B=60.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88442010.560.7800.21256.8264.0848.04
Hex582CC9384E0151014030
Octal130543117011602540110060
Binary10110001011001100100111100010011100101011000000011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,44,201); }

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

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

 a { background-color: rgb(88,44,201); }

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

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

 span { border-color: rgb(88,44,201); }

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