Html Css Color HEX #58133B Tyrian Purple

📋 copy color: '#58133B'

red 88 ◦ green 19 ◦ blue 59

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

Shades of Tyrian Purple #58133B

Tints of Tyrian Purple #58133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

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

R = 53.01%
G = 11.45%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58133B (or 0x58133B) is known color: Tyrian Purple. HEX triplet: 58, 13 and 3B. RGB value is (88,19,59). Sum of RGB (Red+Green+Blue) = 88+19+59=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58133B is #A7ECC4. Grayscale: #2C2C2C. Windows color (decimal): -11005125 or 3871576. OLE color: 3871576.

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

Color convert

RGB 88 19 59 -
CMYK 0 0.78 0.33 0.65
HSL 325.22º 0.64% 0.21% -
HSV(B) 325.22º 0.78% 0.35% -
XYZ 5.05 2.86 4.42 -
YUV 44.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 88 19 59 0 0.78 0.33 0.65 325.22 0.64 0.21
Hex 58 13 3B 0 4E 21 41 145 40 15
Octal 130 23 73 0 116 41 101 505 100 25
Binary 1011000 10011 111011 0 1001110 100001 1000001 101000101 1000000 10101

Color Harmonies of #58133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58133B

Black with #58133B

Text Example


Text Example

White with #58133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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