Html Css Color HEX #58053E Tyrian Purple

📋 copy color: '#58053E'

red 88 ◦ green 5 ◦ blue 62

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

Shades of Tyrian Purple #58053E

Tints of Tyrian Purple #58053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.23%

 BLUE value IS 62 (24.61% from 255) = 40%

R = 56.77%
G = 3.23%
B = 40%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#58053E (or 0x58053E) is known color: Tyrian Purple. HEX triplet: 58, 05 and 3E. RGB value is (88,5,62). Sum of RGB (Red+Green+Blue) = 88+5+62=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58053E is #A7FAC1. Grayscale: #242424. Windows color (decimal): -11008706 or 4064600. OLE color: 4064600.

HSL color Cylindrical-coordinate representation of color #58053E: hue angle of 318.8º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58053E is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 5 62 -
CMYK 0 0.94 0.30 0.65
HSL 318.8º 0.89% 0.18% -
HSV(B) 318.8º 0.94% 0.35% -
XYZ 4.95 2.53 4.79 -
YUV 36.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 88 5 62 0 0.94 0.30 0.65 318.8 0.89 0.18
Hex 58 5 3E 0 5E 1E 41 13F 59 12
Octal 130 5 76 0 136 36 101 477 131 22
Binary 1011000 101 111110 0 1011110 11110 1000001 100111111 1011001 10010

Color Harmonies of #58053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58053E

Black with #58053E

Text Example


Text Example

White with #58053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58053E; }

 p { color: rgb(88,5,62); }

 H1.HeaderClassName
 {
   color: #58053E;
 }
 .AnyTagClassName
 {
   color: #58053E;
 }
</style>

background-color css

<style>
 a { background-color: #58053E; }

 a { background-color: rgb(88,5,62); }

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

border-color css

<style>
 span { border-color: #58053E; }

 span { border-color: rgb(88,5,62); }

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