Html Css Color HEX #59123F Tyrian Purple

📋 copy color: '#59123F'

red 89 ◦ green 18 ◦ blue 63

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

Shades of Tyrian Purple #59123F

Tints of Tyrian Purple #59123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

 BLUE value IS 63 (25% from 255) = 37.06%

R = 52.35%
G = 10.59%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#59123F (or 0x59123F) is known color: Tyrian Purple. HEX triplet: 59, 12 and 3F. RGB value is (89,18,63). Sum of RGB (Red+Green+Blue) = 89+18+63=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59123F is #A6EDC0. Grayscale: #2C2C2C. Windows color (decimal): -10939841 or 4133465. OLE color: 4133465.

HSL color Cylindrical-coordinate representation of color #59123F: hue angle of 321.97º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59123F is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 18 63 -
CMYK 0 0.80 0.29 0.65
HSL 321.97º 0.66% 0.21% -
HSV(B) 321.97º 0.8% 0.35% -
XYZ 5.23 2.92 4.99 -
YUV 44.36 138.52 159.84 -
System Red Green Blue C M Y K H S L
Decimal 89 18 63 0 0.80 0.29 0.65 321.97 0.66 0.21
Hex 59 12 3F 0 50 1D 41 142 42 15
Octal 131 22 77 0 120 35 101 502 102 25
Binary 1011001 10010 111111 0 1010000 11101 1000001 101000010 1000010 10101

Color Harmonies of #59123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59123F

Black with #59123F

Text Example


Text Example

White with #59123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,18,63); }

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

background-color css

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

 a { background-color: rgb(89,18,63); }

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

border-color css

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

 span { border-color: rgb(89,18,63); }

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