Html Css Color HEX #58064A Tyrian Purple

📋 copy color: '#58064A'

red 88 ◦ green 6 ◦ blue 74

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

Shades of Tyrian Purple #58064A

Tints of Tyrian Purple #58064A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 44.05%

R = 52.38%
G = 3.57%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58064A (or 0x58064A) is known color: Tyrian Purple. HEX triplet: 58, 06 and 4A. RGB value is (88,6,74). Sum of RGB (Red+Green+Blue) = 88+6+74=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58064A is #A7F9B5. Grayscale: #262626. Windows color (decimal): -11008438 or 4851288. OLE color: 4851288.

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

Color convert

RGB 88 6 74 -
CMYK 0 0.93 0.16 0.65
HSL 310.24º 0.87% 0.18% -
HSV(B) 310.24º 0.93% 0.35% -
XYZ 5.33 2.7 6.72 -
YUV 38.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 88 6 74 0 0.93 0.16 0.65 310.24 0.87 0.18
Hex 58 6 4A 0 5D 10 41 136 57 12
Octal 130 6 112 0 135 20 101 466 127 22
Binary 1011000 110 1001010 0 1011101 10000 1000001 100110110 1010111 10010

Color Harmonies of #58064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58064A

Black with #58064A

Text Example


Text Example

White with #58064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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