Html Css Color HEX #58093B Tyrian Purple

📋 copy color: '#58093B'

red 88 ◦ green 9 ◦ blue 59

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

Shades of Tyrian Purple #58093B

Tints of Tyrian Purple #58093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 37.82%

R = 56.41%
G = 5.77%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58093B (or 0x58093B) is known color: Tyrian Purple. HEX triplet: 58, 09 and 3B. RGB value is (88,9,59). Sum of RGB (Red+Green+Blue) = 88+9+59=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58093B is #A7F6C4. Grayscale: #262626. Windows color (decimal): -11007685 or 3869016. OLE color: 3869016.

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

Color convert

RGB 88 9 59 -
CMYK 0 0.90 0.33 0.65
HSL 322.03º 0.81% 0.19% -
HSV(B) 322.03º 0.9% 0.35% -
XYZ 4.91 2.59 4.38 -
YUV 38.32 139.67 163.43 -
System Red Green Blue C M Y K H S L
Decimal 88 9 59 0 0.90 0.33 0.65 322.03 0.81 0.19
Hex 58 9 3B 0 5A 21 41 142 51 13
Octal 130 11 73 0 132 41 101 502 121 23
Binary 1011000 1001 111011 0 1011010 100001 1000001 101000010 1010001 10011

Color Harmonies of #58093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58093B

Black with #58093B

Text Example


Text Example

White with #58093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58093B; }

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

 H1.HeaderClassName
 {
   color: #58093B;
 }
 .AnyTagClassName
 {
   color: #58093B;
 }
</style>

background-color css

<style>
 a { background-color: #58093B; }

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

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

border-color css

<style>
 span { border-color: #58093B; }

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

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