Html Css Color HEX #58063A Tyrian Purple

📋 copy color: '#58063A'

red 88 ◦ green 6 ◦ blue 58

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

Shades of Tyrian Purple #58063A

Tints of Tyrian Purple #58063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.95%

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

R = 57.89%
G = 3.95%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58063A (or 0x58063A) is known color: Tyrian Purple. HEX triplet: 58, 06 and 3A. RGB value is (88,6,58). Sum of RGB (Red+Green+Blue) = 88+6+58=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58063A is #A7F9C5. Grayscale: #242424. Windows color (decimal): -11008454 or 3802712. OLE color: 3802712.

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

Color convert

RGB 88 6 58 -
CMYK 0 0.93 0.34 0.65
HSL 321.95º 0.87% 0.18% -
HSV(B) 321.95º 0.93% 0.35% -
XYZ 4.85 2.51 4.23 -
YUV 36.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 88 6 58 0 0.93 0.34 0.65 321.95 0.87 0.18
Hex 58 6 3A 0 5D 22 41 142 57 12
Octal 130 6 72 0 135 42 101 502 127 22
Binary 1011000 110 111010 0 1011101 100010 1000001 101000010 1010111 10010

Color Harmonies of #58063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58063A

Black with #58063A

Text Example


Text Example

White with #58063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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