#582dd1

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

Shades of Purple Heart #582DD1

Tints of Purple Heart #582DD1

Color information

#582DD1 (or 0x582DD1) is unknown color: approx Purple Heart. HEX triplet: 58, 2D and D1. RGB value is (88,45,209). Sum of RGB (Red+Green+Blue) = 88+45+209=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 209 (82.03% from 255 or 61.11% from 342); Max value from RGB is 209 - color contains mainly: blue. Hex color #582DD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582DD1 is #A7D22E. Grayscale: #4B4B4B. Windows color (decimal): -10998319 or 13708632. OLE color: 13708632.

HSL color Cylindrical-coordinate representation of color #582DD1: hue angle of 255.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582DD1 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8845209-
CMYK0.580.7800.18
HSL255.73º64.57%49.8%-
HSV(B)255.73º78.47%81.96%-
XYZ16.478.5561.1-
YUV76.55202.75136.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.73%
GREEN value IS 45 (17.97% from 255) = 13.16%
BLUE value IS 209 (82.03% from 255) = 61.11%
R=25.73%
G=13.16%
B=61.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal88452090.580.7800.18255.7364.5749.8
Hex582DD13A4E0121004132
Octal130553217211602240010162
Binary10110001011011101000111101010011100100101000000001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582dd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,45,209); }

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

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

 a { background-color: rgb(88,45,209); }

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

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

 span { border-color: rgb(88,45,209); }

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