#581cc1

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

Shades of Purple Heart #581CC1

Tints of Purple Heart #581CC1

Color information

#581CC1 (or 0x581CC1) is unknown color: approx Purple Heart. HEX triplet: 58, 1C and C1. RGB value is (88,28,193). Sum of RGB (Red+Green+Blue) = 88+28+193=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 193 (75.78% from 255 or 62.46% from 309); Max value from RGB is 193 - color contains mainly: blue. Hex color #581CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581CC1 is #A7E33E. Grayscale: #404040. Windows color (decimal): -11002687 or 12655704. OLE color: 12655704.

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

Color convert

RGB8828193-
CMYK0.540.8500.24
HSL261.82º74.66%43.33%-
HSV(B)261.82º85.49%75.69%-
XYZ14.076.7651.01-
YUV64.75200.38144.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.48%
GREEN value IS 28 (11.33% from 255) = 9.06%
BLUE value IS 193 (75.78% from 255) = 62.46%
R=28.48%
G=9.06%
B=62.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal88281930.540.8500.24261.8274.6643.33
Hex581CC136550181064b2b
Octal130343016612503040611353
Binary1011000111001100000111011010101010110001000001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581cc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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