#582dc1

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

Shades of Purple Heart #582DC1

Tints of Purple Heart #582DC1

Color information

#582DC1 (or 0x582DC1) is unknown color: approx Purple Heart. HEX triplet: 58, 2D and C1. RGB value is (88,45,193). Sum of RGB (Red+Green+Blue) = 88+45+193=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 193 (75.78% from 255 or 59.20% from 326); Max value from RGB is 193 - color contains mainly: blue. Hex color #582DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582DC1 is #A7D23E. Grayscale: #4A4A4A. Windows color (decimal): -10998335 or 12660056. OLE color: 12660056.

HSL color Cylindrical-coordinate representation of color #582DC1: hue angle of 257.43º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #582DC1 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8845193-
CMYK0.540.7700.24
HSL257.43º62.18%46.67%-
HSV(B)257.43º76.68%75.69%-
XYZ14.597.851.19-
YUV74.73194.75137.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.99%
GREEN value IS 45 (17.97% from 255) = 13.80%
BLUE value IS 193 (75.78% from 255) = 59.20%
R=26.99%
G=13.80%
B=59.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal88451930.540.7700.24257.4362.1846.67
Hex582DC1364D0181013e2f
Octal13055301661150304017657
Binary1011000101101110000011101101001101011000100000001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582dc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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