#581DCC

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

Shades of Purple Heart #581DCC

Tints of Purple Heart #581DCC

Color information

#581DCC (or 0x581DCC) is unknown color: approx Purple Heart. HEX triplet: 58, 1D and CC. RGB value is (88,29,204). Sum of RGB (Red+Green+Blue) = 88+29+204=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #581DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581DCC is #A7E233. Grayscale: #414141. Windows color (decimal): -11002420 or 13376856. OLE color: 13376856.

HSL color Cylindrical-coordinate representation of color #581DCC: hue angle of 260.23º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581DCC is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8829204-
CMYK0.570.8600.2
HSL260.23º75.11%45.69%-
HSV(B)260.23º85.78%80%-
XYZ15.367.3157.73-
YUV66.59205.55143.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.41%
GREEN value IS 29 (11.72% from 255) = 9.03%
BLUE value IS 204 (80.08% from 255) = 63.55%
R=27.41%
G=9.03%
B=63.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal88292040.570.8600.2260.2375.1145.69
Hex581DCC39560141044b2e
Octal130353147112602440411356
Binary1011000111011100110011100110101100101001000001001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581DCC; }

 p { color: rgb(88,29,204); }

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

<style>
 a { background-color: #581DCC; }

 a { background-color: rgb(88,29,204); }

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

<style>
 span { border-color: #581DCC; }

 span { border-color: rgb(88,29,204); }

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