#580122

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

Shades of Tyrian Purple #580122

Tints of Tyrian Purple #580122

Color information

#580122 (or 0x580122) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 22. RGB value is (88,1,34). Sum of RGB (Red+Green+Blue) = 88+1+34=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #580122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580122 is #A7FEDD. Grayscale: #1E1E1E. Windows color (decimal): -11009758 or 2228568. OLE color: 2228568.

HSL color Cylindrical-coordinate representation of color #580122: hue angle of 337.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580122 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB88134-
CMYK00.990.610.65
HSL337.24º97.75%17.45%-
HSV(B)337.24º98.86%34.51%-
XYZ4.322.211.71-
YUV30.78129.82168.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 71.54%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=71.54%
G=0.81%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8813400.990.610.65337.2497.7517.45
Hex581220633D411516211
Octal13014201437510152114221
Binary10110001100010011000111111011000001101010001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580122; }

 p { color: rgb(88,1,34); }

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

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

 a { background-color: rgb(88,1,34); }

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

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

 span { border-color: rgb(88,1,34); }

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