#581143

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

Shades of Tyrian Purple #581143

Tints of Tyrian Purple #581143

Color information

#581143 (or 0x581143) is unknown color: approx Tyrian Purple. HEX triplet: 58, 11 and 43. RGB value is (88,17,67). Sum of RGB (Red+Green+Blue) = 88+17+67=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #581143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581143 is #A7EEBC. Grayscale: #2B2B2B. Windows color (decimal): -11005629 or 4395352. OLE color: 4395352.

HSL color Cylindrical-coordinate representation of color #581143: hue angle of 317.75º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581143 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB881767-
CMYK00.810.240.65
HSL317.75º67.62%20.59%-
HSV(B)317.75º80.68%34.51%-
XYZ5.242.885.59-
YUV43.93141.02159.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=51.16%
G=9.88%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88176700.810.240.65317.7567.6220.59
Hex581143051184113e4415
Octal1302110301213010147610425
Binary101100010001100001101010001110001000001100111110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581143; }

 p { color: rgb(88,17,67); }

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

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

 a { background-color: rgb(88,17,67); }

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

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

 span { border-color: rgb(88,17,67); }

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