Html Css Color HEX #58072F Tyrian Purple

📋 copy color: '#58072F'

red 88 ◦ green 7 ◦ blue 47

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

Shades of Tyrian Purple #58072F

Tints of Tyrian Purple #58072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.1%

R = 61.97%
G = 4.93%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58072F (or 0x58072F) is known color: Tyrian Purple. HEX triplet: 58, 07 and 2F. RGB value is (88,7,47). Sum of RGB (Red+Green+Blue) = 88+7+47=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #58072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58072F is #A7F8D0. Grayscale: #232323. Windows color (decimal): -11008209 or 3082072. OLE color: 3082072.

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

Color convert

RGB 88 7 47 -
CMYK 0 0.92 0.47 0.65
HSL 330.37º 0.85% 0.19% -
HSV(B) 330.37º 0.92% 0.35% -
XYZ 4.61 2.43 2.92 -
YUV 35.78 134.34 165.25 -
System Red Green Blue C M Y K H S L
Decimal 88 7 47 0 0.92 0.47 0.65 330.37 0.85 0.19
Hex 58 7 2F 0 5C 2F 41 14A 55 13
Octal 130 7 57 0 134 57 101 512 125 23
Binary 1011000 111 101111 0 1011100 101111 1000001 101001010 1010101 10011

Color Harmonies of #58072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58072F

Black with #58072F

Text Example


Text Example

White with #58072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58072F; }

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

 H1.HeaderClassName
 {
   color: #58072F;
 }
 .AnyTagClassName
 {
   color: #58072F;
 }
</style>

background-color css

<style>
 a { background-color: #58072F; }

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

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

border-color css

<style>
 span { border-color: #58072F; }

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

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