Html Css Color HEX #58064F Tyrian Purple

📋 copy color: '#58064F'

red 88 ◦ green 6 ◦ blue 79

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

Shades of Tyrian Purple #58064F

Tints of Tyrian Purple #58064F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 45.66%

R = 50.87%
G = 3.47%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58064F (or 0x58064F) is known color: Tyrian Purple. HEX triplet: 58, 06 and 4F. RGB value is (88,6,79). Sum of RGB (Red+Green+Blue) = 88+6+79=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #58064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58064F is #A7F9B0. Grayscale: #262626. Windows color (decimal): -11008433 or 5178968. OLE color: 5178968.

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

Color convert

RGB 88 6 79 -
CMYK 0 0.93 0.10 0.65
HSL 306.59º 0.87% 0.18% -
HSV(B) 306.59º 0.93% 0.35% -
XYZ 5.5 2.77 7.64 -
YUV 38.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 88 6 79 0 0.93 0.10 0.65 306.59 0.87 0.18
Hex 58 6 4F 0 5D A 41 133 57 12
Octal 130 6 117 0 135 12 101 463 127 22
Binary 1011000 110 1001111 0 1011101 1010 1000001 100110011 1010111 10010

Color Harmonies of #58064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58064F

Black with #58064F

Text Example


Text Example

White with #58064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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