Html Css Color HEX #58033A Tyrian Purple

📋 copy color: '#58033A'

red 88 ◦ green 3 ◦ blue 58

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

Shades of Tyrian Purple #58033A

Tints of Tyrian Purple #58033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.01%

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

R = 59.06%
G = 2.01%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58033A (or 0x58033A) is known color: Tyrian Purple. HEX triplet: 58, 03 and 3A. RGB value is (88,3,58). Sum of RGB (Red+Green+Blue) = 88+3+58=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #58033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58033A is #A7FCC5. Grayscale: #222222. Windows color (decimal): -11009222 or 3801944. OLE color: 3801944.

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

Color convert

RGB 88 3 58 -
CMYK 0 0.97 0.34 0.65
HSL 321.18º 0.93% 0.18% -
HSV(B) 321.18º 0.97% 0.35% -
XYZ 4.82 2.45 4.22 -
YUV 34.69 141.16 166.03 -
System Red Green Blue C M Y K H S L
Decimal 88 3 58 0 0.97 0.34 0.65 321.18 0.93 0.18
Hex 58 3 3A 0 61 22 41 141 5D 12
Octal 130 3 72 0 141 42 101 501 135 22
Binary 1011000 11 111010 0 1100001 100010 1000001 101000001 1011101 10010

Color Harmonies of #58033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58033A

Black with #58033A

Text Example


Text Example

White with #58033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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