Html Css Color HEX #58133A Tyrian Purple

📋 copy color: '#58133A'

red 88 ◦ green 19 ◦ blue 58

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

Shades of Tyrian Purple #58133A

Tints of Tyrian Purple #58133A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.15%

R = 53.33%
G = 11.52%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58133A (or 0x58133A) is known color: Tyrian Purple. HEX triplet: 58, 13 and 3A. RGB value is (88,19,58). Sum of RGB (Red+Green+Blue) = 88+19+58=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58133A is #A7ECC5. Grayscale: #2B2B2B. Windows color (decimal): -11005126 or 3806040. OLE color: 3806040.

HSL color Cylindrical-coordinate representation of color #58133A: hue angle of 326.09º 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 #58133A is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 19 58 -
CMYK 0 0.78 0.34 0.65
HSL 326.09º 0.64% 0.21% -
HSV(B) 326.09º 0.78% 0.35% -
XYZ 5.02 2.85 4.29 -
YUV 44.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 88 19 58 0 0.78 0.34 0.65 326.09 0.64 0.21
Hex 58 13 3A 0 4E 22 41 146 40 15
Octal 130 23 72 0 116 42 101 506 100 25
Binary 1011000 10011 111010 0 1001110 100010 1000001 101000110 1000000 10101

Color Harmonies of #58133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58133A

Black with #58133A

Text Example


Text Example

White with #58133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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