Html Css Color HEX #58093A Tyrian Purple

📋 copy color: '#58093A'

red 88 ◦ green 9 ◦ blue 58

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

Shades of Tyrian Purple #58093A

Tints of Tyrian Purple #58093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 37.42%

R = 56.77%
G = 5.81%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58093A (or 0x58093A) is known color: Tyrian Purple. HEX triplet: 58, 09 and 3A. RGB value is (88,9,58). Sum of RGB (Red+Green+Blue) = 88+9+58=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58093A is #A7F6C5. Grayscale: #262626. Windows color (decimal): -11007686 or 3803480. OLE color: 3803480.

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

Color convert

RGB 88 9 58 -
CMYK 0 0.90 0.34 0.65
HSL 322.78º 0.81% 0.19% -
HSV(B) 322.78º 0.9% 0.35% -
XYZ 4.89 2.58 4.24 -
YUV 38.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 88 9 58 0 0.90 0.34 0.65 322.78 0.81 0.19
Hex 58 9 3A 0 5A 22 41 143 51 13
Octal 130 11 72 0 132 42 101 503 121 23
Binary 1011000 1001 111010 0 1011010 100010 1000001 101000011 1010001 10011

Color Harmonies of #58093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58093A

Black with #58093A

Text Example


Text Example

White with #58093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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