Html Css Color HEX #59133B Tyrian Purple

📋 copy color: '#59133B'

red 89 ◦ green 19 ◦ blue 59

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

Shades of Tyrian Purple #59133B

Tints of Tyrian Purple #59133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

 BLUE value IS 59 (23.44% from 255) = 35.33%

R = 53.29%
G = 11.38%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#59133B (or 0x59133B) is known color: Tyrian Purple. HEX triplet: 59, 13 and 3B. RGB value is (89,19,59). Sum of RGB (Red+Green+Blue) = 89+19+59=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59133B is #A6ECC4. Grayscale: #2C2C2C. Windows color (decimal): -10939589 or 3871577. OLE color: 3871577.

HSL color Cylindrical-coordinate representation of color #59133B: hue angle of 325.71º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #59133B is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 19 59 -
CMYK 0 0.79 0.34 0.65
HSL 325.71º 0.65% 0.21% -
HSV(B) 325.71º 0.79% 0.35% -
XYZ 5.14 2.91 4.43 -
YUV 44.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 89 19 59 0 0.79 0.34 0.65 325.71 0.65 0.21
Hex 59 13 3B 0 4F 22 41 146 41 15
Octal 131 23 73 0 117 42 101 506 101 25
Binary 1011001 10011 111011 0 1001111 100010 1000001 101000110 1000001 10101

Color Harmonies of #59133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59133B

Black with #59133B

Text Example


Text Example

White with #59133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59133B; }

 p { color: rgb(89,19,59); }

 H1.HeaderClassName
 {
   color: #59133B;
 }
 .AnyTagClassName
 {
   color: #59133B;
 }
</style>

background-color css

<style>
 a { background-color: #59133B; }

 a { background-color: rgb(89,19,59); }

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

border-color css

<style>
 span { border-color: #59133B; }

 span { border-color: rgb(89,19,59); }

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