Html Css Color HEX #59012F Tyrian Purple

📋 copy color: '#59012F'

red 89 ◦ green 1 ◦ blue 47

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

Shades of Tyrian Purple #59012F

Tints of Tyrian Purple #59012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.73%

 BLUE value IS 47 (18.75% from 255) = 34.31%

R = 64.96%
G = 0.73%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59012F (or 0x59012F) is known color: Tyrian Purple. HEX triplet: 59, 01 and 2F. RGB value is (89,1,47). Sum of RGB (Red+Green+Blue) = 89+1+47=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #59012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59012F is #A6FED0. Grayscale: #202020. Windows color (decimal): -10944209 or 3080537. OLE color: 3080537.

HSL color Cylindrical-coordinate representation of color #59012F: hue angle of 328.64º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59012F is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 1 47 -
CMYK 0 0.99 0.47 0.65
HSL 328.64º 0.98% 0.18% -
HSV(B) 328.64º 0.99% 0.35% -
XYZ 4.64 2.35 2.9 -
YUV 32.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 89 1 47 0 0.99 0.47 0.65 328.64 0.98 0.18
Hex 59 1 2F 0 63 2F 41 149 62 12
Octal 131 1 57 0 143 57 101 511 142 22
Binary 1011001 1 101111 0 1100011 101111 1000001 101001001 1100010 10010

Color Harmonies of #59012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59012F

Black with #59012F

Text Example


Text Example

White with #59012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,1,47); }

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

background-color css

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

 a { background-color: rgb(89,1,47); }

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

border-color css

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

 span { border-color: rgb(89,1,47); }

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