#581CAC

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

Shades of Purple Heart #581CAC

Tints of Purple Heart #581CAC

Color information

#581CAC (or 0x581CAC) is unknown color: approx Purple Heart. HEX triplet: 58, 1C and AC. RGB value is (88,28,172). Sum of RGB (Red+Green+Blue) = 88+28+172=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #581CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581CAC is #A7E353. Grayscale: #3D3D3D. Windows color (decimal): -11002708 or 11279448. OLE color: 11279448.

HSL color Cylindrical-coordinate representation of color #581CAC: hue angle of 265º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581CAC is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8828172-
CMYK0.490.8400.33
HSL265º72%39.22%-
HSV(B)265º83.72%67.45%-
XYZ11.895.8839.54-
YUV62.36189.88146.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.56%
GREEN value IS 28 (11.33% from 255) = 9.72%
BLUE value IS 172 (67.58% from 255) = 59.72%
R=30.56%
G=9.72%
B=59.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88281720.490.8400.332657239.22
Hex581CAC31540211094827
Octal130342546112404141111047
Binary10110001110010101100110001101010001000011000010011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,28,172); }

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

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

 a { background-color: rgb(88,28,172); }

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

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

 span { border-color: rgb(88,28,172); }

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