Html Css Color HEX #58073A Tyrian Purple

📋 copy color: '#58073A'

red 88 ◦ green 7 ◦ blue 58

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

Shades of Tyrian Purple #58073A

Tints of Tyrian Purple #58073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.58%

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

R = 57.52%
G = 4.58%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58073A (or 0x58073A) is known color: Tyrian Purple. HEX triplet: 58, 07 and 3A. RGB value is (88,7,58). Sum of RGB (Red+Green+Blue) = 88+7+58=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #58073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58073A is #A7F8C5. Grayscale: #242424. Windows color (decimal): -11008198 or 3802968. OLE color: 3802968.

HSL color Cylindrical-coordinate representation of color #58073A: hue angle of 322.22º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58073A is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 7 58 -
CMYK 0 0.92 0.34 0.65
HSL 322.22º 0.85% 0.19% -
HSV(B) 322.22º 0.92% 0.35% -
XYZ 4.86 2.53 4.24 -
YUV 37.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 88 7 58 0 0.92 0.34 0.65 322.22 0.85 0.19
Hex 58 7 3A 0 5C 22 41 142 55 13
Octal 130 7 72 0 134 42 101 502 125 23
Binary 1011000 111 111010 0 1011100 100010 1000001 101000010 1010101 10011

Color Harmonies of #58073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58073A

Black with #58073A

Text Example


Text Example

White with #58073A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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