#581AC0

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

Shades of Purple Heart #581AC0

Tints of Purple Heart #581AC0

Color information

#581AC0 (or 0x581AC0) is unknown color: approx Purple Heart. HEX triplet: 58, 1A and C0. RGB value is (88,26,192). Sum of RGB (Red+Green+Blue) = 88+26+192=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 192 (75.39% from 255 or 62.75% from 306); Max value from RGB is 192 - color contains mainly: blue. Hex color #581AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581AC0 is #A7E53F. Grayscale: #3E3E3E. Windows color (decimal): -11003200 or 12589656. OLE color: 12589656.

HSL color Cylindrical-coordinate representation of color #581AC0: hue angle of 262.41º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581AC0 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8826192-
CMYK0.540.8600.25
HSL262.41º76.15%42.75%-
HSV(B)262.41º86.46%75.29%-
XYZ13.916.6250.41-
YUV63.46200.54145.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.76%
GREEN value IS 26 (10.55% from 255) = 8.50%
BLUE value IS 192 (75.39% from 255) = 62.75%
R=28.76%
G=8.50%
B=62.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88261920.540.8600.25262.4176.1542.75
Hex581AC036560191064c2b
Octal130323006612603140611453
Binary1011000110101100000011011010101100110011000001101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,26,192); }

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

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

 a { background-color: rgb(88,26,192); }

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

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

 span { border-color: rgb(88,26,192); }

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