#580233

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

Shades of Tyrian Purple #580233

Tints of Tyrian Purple #580233

Color information

#580233 (or 0x580233) is unknown color: approx Tyrian Purple. HEX triplet: 58, 02 and 33. RGB value is (88,2,51). Sum of RGB (Red+Green+Blue) = 88+2+51=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #580233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580233 is #A7FDCC. Grayscale: #212121. Windows color (decimal): -11009485 or 3342936. OLE color: 3342936.

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

Color convert

RGB88251-
CMYK00.980.420.65
HSL325.81º95.56%17.65%-
HSV(B)325.81º97.73%34.51%-
XYZ4.642.363.34-
YUV33.3137.99167.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.41%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 51 (20.31% from 255) = 36.17%
R=62.41%
G=1.42%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8825100.980.420.65325.8195.5617.65
Hex582330622A411466012
Octal13026301425210150614022
Binary101100010110011011000101010101000001101000110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580233; }

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

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

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

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

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

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

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

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