#581440

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

Shades of Tyrian Purple #581440

Tints of Tyrian Purple #581440

Color information

#581440 (or 0x581440) is unknown color: approx Tyrian Purple. HEX triplet: 58, 14 and 40. RGB value is (88,20,64). Sum of RGB (Red+Green+Blue) = 88+20+64=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #581440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581440 is #A7EBBF. Grayscale: #2D2D2D. Windows color (decimal): -11004864 or 4199512. OLE color: 4199512.

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

Color convert

RGB882064-
CMYK00.770.270.65
HSL321.18º62.96%21.18%-
HSV(B)321.18º77.27%34.51%-
XYZ5.22.955.14-
YUV45.35138.53158.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=51.16%
G=11.63%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88206400.770.270.65321.1862.9621.18
Hex58144004D1B411413f15
Octal130241000115331015017725
Binary10110001010010000000100110111011100000110100000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581440; }

 p { color: rgb(88,20,64); }

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

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

 a { background-color: rgb(88,20,64); }

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

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

 span { border-color: rgb(88,20,64); }

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