Html Css Color HEX #58092E Tyrian Purple

📋 copy color: '#58092E'

red 88 ◦ green 9 ◦ blue 46

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

Shades of Tyrian Purple #58092E

Tints of Tyrian Purple #58092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 32.17%

R = 61.54%
G = 6.29%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58092E (or 0x58092E) is known color: Tyrian Purple. HEX triplet: 58, 09 and 2E. RGB value is (88,9,46). Sum of RGB (Red+Green+Blue) = 88+9+46=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #58092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58092E is #A7F6D1. Grayscale: #242424. Windows color (decimal): -11007698 or 3017048. OLE color: 3017048.

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

Color convert

RGB 88 9 46 -
CMYK 0 0.90 0.48 0.65
HSL 331.9º 0.81% 0.19% -
HSV(B) 331.9º 0.9% 0.35% -
XYZ 4.62 2.47 2.82 -
YUV 36.84 133.17 164.49 -
System Red Green Blue C M Y K H S L
Decimal 88 9 46 0 0.90 0.48 0.65 331.9 0.81 0.19
Hex 58 9 2E 0 5A 30 41 14C 51 13
Octal 130 11 56 0 132 60 101 514 121 23
Binary 1011000 1001 101110 0 1011010 110000 1000001 101001100 1010001 10011

Color Harmonies of #58092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58092E

Black with #58092E

Text Example


Text Example

White with #58092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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