#580333

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

Shades of Tyrian Purple #580333

Tints of Tyrian Purple #580333

Color information

#580333 (or 0x580333) is unknown color: approx Tyrian Purple. HEX triplet: 58, 03 and 33. RGB value is (88,3,51). Sum of RGB (Red+Green+Blue) = 88+3+51=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #580333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580333 is #A7FCCC. Grayscale: #212121. Windows color (decimal): -11009229 or 3343192. OLE color: 3343192.

HSL color Cylindrical-coordinate representation of color #580333: hue angle of 326.12º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580333 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB88351-
CMYK00.970.420.65
HSL326.12º93.41%17.84%-
HSV(B)326.12º96.59%34.51%-
XYZ4.652.383.35-
YUV33.89137.66166.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.97%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 51 (20.31% from 255) = 35.92%
R=61.97%
G=2.11%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8835100.970.420.65326.1293.4117.84
Hex583330612A411465d12
Octal13036301415210150613522
Binary101100011110011011000011010101000001101000110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580333; }

 p { color: rgb(88,3,51); }

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

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

 a { background-color: rgb(88,3,51); }

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

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

 span { border-color: rgb(88,3,51); }

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