Html Css Color HEX #58073D Tyrian Purple

📋 copy color: '#58073D'

red 88 ◦ green 7 ◦ blue 61

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

Shades of Tyrian Purple #58073D

Tints of Tyrian Purple #58073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.1%

R = 56.41%
G = 4.49%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#58073D (or 0x58073D) is known color: Tyrian Purple. HEX triplet: 58, 07 and 3D. RGB value is (88,7,61). Sum of RGB (Red+Green+Blue) = 88+7+61=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58073D is #A7F8C2. Grayscale: #252525. Windows color (decimal): -11008195 or 3999576. OLE color: 3999576.

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

Color convert

RGB 88 7 61 -
CMYK 0 0.92 0.31 0.65
HSL 320º 0.85% 0.19% -
HSV(B) 320º 0.92% 0.35% -
XYZ 4.94 2.56 4.65 -
YUV 37.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 88 7 61 0 0.92 0.31 0.65 320 0.85 0.19
Hex 58 7 3D 0 5C 1F 41 140 55 13
Octal 130 7 75 0 134 37 101 500 125 23
Binary 1011000 111 111101 0 1011100 11111 1000001 101000000 1010101 10011

Color Harmonies of #58073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58073D

Black with #58073D

Text Example


Text Example

White with #58073D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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