Html Css Color HEX #58083A Tyrian Purple

📋 copy color: '#58083A'

red 88 ◦ green 8 ◦ blue 58

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

Shades of Tyrian Purple #58083A

Tints of Tyrian Purple #58083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.19%

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

R = 57.14%
G = 5.19%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58083A (or 0x58083A) is known color: Tyrian Purple. HEX triplet: 58, 08 and 3A. RGB value is (88,8,58). Sum of RGB (Red+Green+Blue) = 88+8+58=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58083A is #A7F7C5. Grayscale: #252525. Windows color (decimal): -11007942 or 3803224. OLE color: 3803224.

HSL color Cylindrical-coordinate representation of color #58083A: hue angle of 322.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58083A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 8 58 -
CMYK 0 0.91 0.34 0.65
HSL 322.5º 0.83% 0.19% -
HSV(B) 322.5º 0.91% 0.35% -
XYZ 4.88 2.55 4.24 -
YUV 37.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 88 8 58 0 0.91 0.34 0.65 322.5 0.83 0.19
Hex 58 8 3A 0 5B 22 41 142 53 13
Octal 130 10 72 0 133 42 101 502 123 23
Binary 1011000 1000 111010 0 1011011 100010 1000001 101000010 1010011 10011

Color Harmonies of #58083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58083A

Black with #58083A

Text Example


Text Example

White with #58083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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