#582DCE

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

Shades of Purple Heart #582DCE

Tints of Purple Heart #582DCE

Color information

#582DCE (or 0x582DCE) is unknown color: approx Purple Heart. HEX triplet: 58, 2D and CE. RGB value is (88,45,206). Sum of RGB (Red+Green+Blue) = 88+45+206=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #582DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582DCE is #A7D231. Grayscale: #4B4B4B. Windows color (decimal): -10998322 or 13512024. OLE color: 13512024.

HSL color Cylindrical-coordinate representation of color #582DCE: hue angle of 256.02º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582DCE is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8845206-
CMYK0.570.7800.19
HSL256.02º64.14%49.22%-
HSV(B)256.02º78.16%80.78%-
XYZ16.18.4159.17-
YUV76.21201.25136.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.96%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 206 (80.86% from 255) = 60.77%
R=25.96%
G=13.27%
B=60.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal88452060.570.7800.19256.0264.1449.22
Hex582DCE394E0131004031
Octal130553167111602340010061
Binary10110001011011100111011100110011100100111000000001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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