#582FB6

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

Shades of Purple Heart #582FB6

Tints of Purple Heart #582FB6

Color information

#582FB6 (or 0x582FB6) is unknown color: approx Purple Heart. HEX triplet: 58, 2F and B6. RGB value is (88,47,182). Sum of RGB (Red+Green+Blue) = 88+47+182=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 182 (71.48% from 255 or 57.41% from 317); Max value from RGB is 182 - color contains mainly: blue. Hex color #582FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582FB6 is #A7D049. Grayscale: #4A4A4A. Windows color (decimal): -10997834 or 11939672. OLE color: 11939672.

HSL color Cylindrical-coordinate representation of color #582FB6: hue angle of 258.22º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #582FB6 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8847182-
CMYK0.520.7400.29
HSL258.22º58.95%44.9%-
HSV(B)258.22º74.18%71.37%-
XYZ13.487.4944.99-
YUV74.65188.58137.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 47 (18.75% from 255) = 14.83%
BLUE value IS 182 (71.48% from 255) = 57.41%
R=27.76%
G=14.83%
B=57.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal88471820.520.7400.29258.2258.9544.9
Hex582FB6344A01D1023b2d
Octal13057266641120354027355
Binary1011000101111101101101101001001010011101100000010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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