#582fc6

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

Shades of Purple Heart #582FC6

Tints of Purple Heart #582FC6

Color information

#582FC6 (or 0x582FC6) is unknown color: approx Purple Heart. HEX triplet: 58, 2F and C6. RGB value is (88,47,198). Sum of RGB (Red+Green+Blue) = 88+47+198=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 198 (77.73% from 255 or 59.46% from 333); Max value from RGB is 198 - color contains mainly: blue. Hex color #582FC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582FC6 is #A7D039. Grayscale: #4B4B4B. Windows color (decimal): -10997818 or 12988248. OLE color: 12988248.

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

Color convert

RGB8847198-
CMYK0.560.7600.22
HSL256.29º61.63%48.04%-
HSV(B)256.29º76.26%77.65%-
XYZ15.238.1854.2-
YUV76.47196.58136.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.43%
GREEN value IS 47 (18.75% from 255) = 14.11%
BLUE value IS 198 (77.73% from 255) = 59.46%
R=26.43%
G=14.11%
B=59.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal88471980.560.7600.22256.2961.6348.04
Hex582FC6384C0161003e30
Octal13057306701140264007660
Binary1011000101111110001101110001001100010110100000000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582fc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,47,198); }

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

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

 a { background-color: rgb(88,47,198); }

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

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

 span { border-color: rgb(88,47,198); }

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