Html Css Color HEX #58113B Tyrian Purple

📋 copy color: '#58113B'

red 88 ◦ green 17 ◦ blue 59

#58113B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #58113B

Tints of Tyrian Purple #58113B

RGB

 RED value IS 88 (34.77% from 255) = 53.66%

 GREEN value IS 17 (7.03% from 255) = 10.37%

 BLUE value IS 59 (23.44% from 255) = 35.98%

R = 53.66%
G = 10.37%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58113B (or 0x58113B) is known color: Tyrian Purple. HEX triplet: 58, 11 and 3B. RGB value is (88,17,59). Sum of RGB (Red+Green+Blue) = 88+17+59=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #58113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58113B is #A7EEC4. Grayscale: #2A2A2A. Windows color (decimal): -11005637 or 3871064. OLE color: 3871064.

HSL color Cylindrical-coordinate representation of color #58113B: hue angle of 324.51º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58113B is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 17 59 -
CMYK 0 0.81 0.33 0.65
HSL 324.51º 0.68% 0.21% -
HSV(B) 324.51º 0.81% 0.35% -
XYZ 5.01 2.79 4.41 -
YUV 43.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 88 17 59 0 0.81 0.33 0.65 324.51 0.68 0.21
Hex 58 11 3B 0 51 21 41 145 44 15
Octal 130 21 73 0 121 41 101 505 104 25
Binary 1011000 10001 111011 0 1010001 100001 1000001 101000101 1000100 10101

Color Harmonies of #58113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58113B

Black with #58113B

Text Example


Text Example

White with #58113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58113B; }

 p { color: rgb(88,17,59); }

 H1.HeaderClassName
 {
   color: #58113B;
 }
 .AnyTagClassName
 {
   color: #58113B;
 }
</style>

background-color css

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

 a { background-color: rgb(88,17,59); }

 div.DivClassName
 {
   background-color: #58113B;
 }
 .BgClassName
 {
   background-color: #58113B;
 }
</style>

border-color css

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

 span { border-color: rgb(88,17,59); }

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