#582DD4

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

Shades of Purple Heart #582DD4

Tints of Purple Heart #582DD4

Color information

#582DD4 (or 0x582DD4) is unknown color: approx Purple Heart. HEX triplet: 58, 2D and D4. RGB value is (88,45,212). Sum of RGB (Red+Green+Blue) = 88+45+212=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 212 (83.20% from 255 or 61.45% from 345); Max value from RGB is 212 - color contains mainly: blue. Hex color #582DD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582DD4 is #A7D22B. Grayscale: #4C4C4C. Windows color (decimal): -10998316 or 13905240. OLE color: 13905240.

HSL color Cylindrical-coordinate representation of color #582DD4: hue angle of 255.45º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #582DD4 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8845212-
CMYK0.580.7900.17
HSL255.45º66.01%50.39%-
HSV(B)255.45º78.77%83.14%-
XYZ16.858.763.08-
YUV76.9204.25135.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 45 (17.97% from 255) = 13.04%
BLUE value IS 212 (83.20% from 255) = 61.45%
R=25.51%
G=13.04%
B=61.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal88452120.580.7900.17255.4566.0150.39
Hex582DD43A4F011ff4232
Octal130553247211702137710262
Binary1011000101101110101001110101001111010001111111111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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