#580330

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

Shades of Tyrian Purple #580330

Tints of Tyrian Purple #580330

Color information

#580330 (or 0x580330) is unknown color: approx Tyrian Purple. HEX triplet: 58, 03 and 30. RGB value is (88,3,48). Sum of RGB (Red+Green+Blue) = 88+3+48=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #580330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580330 is #A7FCCF. Grayscale: #212121. Windows color (decimal): -11009232 or 3146584. OLE color: 3146584.

HSL color Cylindrical-coordinate representation of color #580330: hue angle of 328.24º 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 #580330 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB88348-
CMYK00.970.450.65
HSL328.24º93.41%17.84%-
HSV(B)328.24º96.59%34.51%-
XYZ4.592.353.01-
YUV33.54136.16166.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.31%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 48 (19.14% from 255) = 34.53%
R=63.31%
G=2.16%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8834800.970.450.65328.2493.4117.84
Hex583300612D411485d12
Octal13036001415510151013522
Binary101100011110000011000011011011000001101001000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580330; }

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

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

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

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

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

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

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

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