Html Css Color HEX #58073C Tyrian Purple

📋 copy color: '#58073C'

red 88 ◦ green 7 ◦ blue 60

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

Shades of Tyrian Purple #58073C

Tints of Tyrian Purple #58073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 38.71%

R = 56.77%
G = 4.52%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#58073C (or 0x58073C) is known color: Tyrian Purple. HEX triplet: 58, 07 and 3C. RGB value is (88,7,60). Sum of RGB (Red+Green+Blue) = 88+7+60=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58073C is #A7F8C3. Grayscale: #252525. Windows color (decimal): -11008196 or 3934040. OLE color: 3934040.

HSL color Cylindrical-coordinate representation of color #58073C: hue angle of 320.74º 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 #58073C is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 7 60 -
CMYK 0 0.92 0.32 0.65
HSL 320.74º 0.85% 0.19% -
HSV(B) 320.74º 0.92% 0.35% -
XYZ 4.92 2.55 4.51 -
YUV 37.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 88 7 60 0 0.92 0.32 0.65 320.74 0.85 0.19
Hex 58 7 3C 0 5C 20 41 141 55 13
Octal 130 7 74 0 134 40 101 501 125 23
Binary 1011000 111 111100 0 1011100 100000 1000001 101000001 1010101 10011

Color Harmonies of #58073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58073C

Black with #58073C

Text Example


Text Example

White with #58073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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