#58033D

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

Shades of Tyrian Purple #58033D

Tints of Tyrian Purple #58033D

Color information

#58033D (or 0x58033D) is unknown color: approx Tyrian Purple. HEX triplet: 58, 03 and 3D. RGB value is (88,3,61). Sum of RGB (Red+Green+Blue) = 88+3+61=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58033D is #A7FCC2. Grayscale: #222222. Windows color (decimal): -11009219 or 3998552. OLE color: 3998552.

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

Color convert

RGB88361-
CMYK00.970.310.65
HSL319.06º93.41%17.84%-
HSV(B)319.06º96.59%34.51%-
XYZ4.92.484.63-
YUV35.03142.66165.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.89%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=57.89%
G=1.97%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8836100.970.310.65319.0693.4117.84
Hex5833D0611F4113f5d12
Octal13037501413710147713522
Binary10110001111110101100001111111000001100111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58033D; }

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

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

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

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

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

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

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

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