Html Css Color HEX #58064D Tyrian Purple

📋 copy color: '#58064D'

red 88 ◦ green 6 ◦ blue 77

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

Shades of Tyrian Purple #58064D

Tints of Tyrian Purple #58064D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 45.03%

R = 51.46%
G = 3.51%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58064D (or 0x58064D) is known color: Tyrian Purple. HEX triplet: 58, 06 and 4D. RGB value is (88,6,77). Sum of RGB (Red+Green+Blue) = 88+6+77=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58064D is #A7F9B2. Grayscale: #262626. Windows color (decimal): -11008435 or 5047896. OLE color: 5047896.

HSL color Cylindrical-coordinate representation of color #58064D: hue angle of 308.05º 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 #58064D is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 6 77 -
CMYK 0 0.93 0.12 0.65
HSL 308.05º 0.87% 0.18% -
HSV(B) 308.05º 0.93% 0.35% -
XYZ 5.43 2.74 7.26 -
YUV 38.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 88 6 77 0 0.93 0.12 0.65 308.05 0.87 0.18
Hex 58 6 4D 0 5D C 41 134 57 12
Octal 130 6 115 0 135 14 101 464 127 22
Binary 1011000 110 1001101 0 1011101 1100 1000001 100110100 1010111 10010

Color Harmonies of #58064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58064D

Black with #58064D

Text Example


Text Example

White with #58064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58064D; }

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

 H1.HeaderClassName
 {
   color: #58064D;
 }
 .AnyTagClassName
 {
   color: #58064D;
 }
</style>

background-color css

<style>
 a { background-color: #58064D; }

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

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

border-color css

<style>
 span { border-color: #58064D; }

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

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