Html Css Color HEX #58094D Tyrian Purple

📋 copy color: '#58094D'

red 88 ◦ green 9 ◦ blue 77

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

Shades of Tyrian Purple #58094D

Tints of Tyrian Purple #58094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.17%

 BLUE value IS 77 (30.47% from 255) = 44.25%

R = 50.57%
G = 5.17%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58094D (or 0x58094D) is known color: Tyrian Purple. HEX triplet: 58, 09 and 4D. RGB value is (88,9,77). Sum of RGB (Red+Green+Blue) = 88+9+77=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #58094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58094D is #A7F6B2. Grayscale: #282828. Windows color (decimal): -11007667 or 5048664. OLE color: 5048664.

HSL color Cylindrical-coordinate representation of color #58094D: hue angle of 308.35º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58094D is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 9 77 -
CMYK 0 0.90 0.12 0.65
HSL 308.35º 0.81% 0.19% -
HSV(B) 308.35º 0.9% 0.35% -
XYZ 5.46 2.81 7.27 -
YUV 40.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 88 9 77 0 0.90 0.12 0.65 308.35 0.81 0.19
Hex 58 9 4D 0 5A C 41 134 51 13
Octal 130 11 115 0 132 14 101 464 121 23
Binary 1011000 1001 1001101 0 1011010 1100 1000001 100110100 1010001 10011

Color Harmonies of #58094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58094D

Black with #58094D

Text Example


Text Example

White with #58094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,9,77); }

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

background-color css

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

 a { background-color: rgb(88,9,77); }

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

border-color css

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

 span { border-color: rgb(88,9,77); }

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