Html Css Color HEX #59064F Tyrian Purple

📋 copy color: '#59064F'

red 89 ◦ green 6 ◦ blue 79

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

Shades of Tyrian Purple #59064F

Tints of Tyrian Purple #59064F

RGB

 RED value IS 89 (35.16% from 255) = 51.15%

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

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

R = 51.15%
G = 3.45%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59064F (or 0x59064F) is known color: Tyrian Purple. HEX triplet: 59, 06 and 4F. RGB value is (89,6,79). Sum of RGB (Red+Green+Blue) = 89+6+79=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #59064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59064F is #A6F9B0. Grayscale: #262626. Windows color (decimal): -10942897 or 5178969. OLE color: 5178969.

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

Color convert

RGB 89 6 79 -
CMYK 0 0.93 0.11 0.65
HSL 307.23º 0.87% 0.19% -
HSV(B) 307.23º 0.93% 0.35% -
XYZ 5.6 2.82 7.65 -
YUV 39.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 89 6 79 0 0.93 0.11 0.65 307.23 0.87 0.19
Hex 59 6 4F 0 5D B 41 133 57 13
Octal 131 6 117 0 135 13 101 463 127 23
Binary 1011001 110 1001111 0 1011101 1011 1000001 100110011 1010111 10011

Color Harmonies of #59064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59064F

Black with #59064F

Text Example


Text Example

White with #59064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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