Html Css Color HEX #58094F Tyrian Purple

📋 copy color: '#58094F'

red 88 ◦ green 9 ◦ blue 79

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

Shades of Tyrian Purple #58094F

Tints of Tyrian Purple #58094F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 44.89%

R = 50%
G = 5.11%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58094F (or 0x58094F) is known color: Tyrian Purple. HEX triplet: 58, 09 and 4F. RGB value is (88,9,79). Sum of RGB (Red+Green+Blue) = 88+9+79=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #58094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58094F is #A7F6B0. Grayscale: #282828. Windows color (decimal): -11007665 or 5179736. OLE color: 5179736.

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

Color convert

RGB 88 9 79 -
CMYK 0 0.90 0.10 0.65
HSL 306.84º 0.81% 0.19% -
HSV(B) 306.84º 0.9% 0.35% -
XYZ 5.53 2.83 7.65 -
YUV 40.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 88 9 79 0 0.90 0.10 0.65 306.84 0.81 0.19
Hex 58 9 4F 0 5A A 41 133 51 13
Octal 130 11 117 0 132 12 101 463 121 23
Binary 1011000 1001 1001111 0 1011010 1010 1000001 100110011 1010001 10011

Color Harmonies of #58094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58094F

Black with #58094F

Text Example


Text Example

White with #58094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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