Html Css Color HEX #59022B Tyrian Purple

📋 copy color: '#59022B'

red 89 ◦ green 2 ◦ blue 43

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

Shades of Tyrian Purple #59022B

Tints of Tyrian Purple #59022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.49%

 BLUE value IS 43 (17.19% from 255) = 32.09%

R = 66.42%
G = 1.49%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59022B (or 0x59022B) is known color: Tyrian Purple. HEX triplet: 59, 02 and 2B. RGB value is (89,2,43). Sum of RGB (Red+Green+Blue) = 89+2+43=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #59022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59022B is #A6FDD4. Grayscale: #202020. Windows color (decimal): -10943957 or 2818649. OLE color: 2818649.

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

Color convert

RGB 89 2 43 -
CMYK 0 0.98 0.52 0.65
HSL 331.72º 0.96% 0.18% -
HSV(B) 331.72º 0.98% 0.35% -
XYZ 4.58 2.34 2.5 -
YUV 32.69 133.82 168.17 -
System Red Green Blue C M Y K H S L
Decimal 89 2 43 0 0.98 0.52 0.65 331.72 0.96 0.18
Hex 59 2 2B 0 62 34 41 14C 60 12
Octal 131 2 53 0 142 64 101 514 140 22
Binary 1011001 10 101011 0 1100010 110100 1000001 101001100 1100000 10010

Color Harmonies of #59022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59022B

Black with #59022B

Text Example


Text Example

White with #59022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,2,43); }

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

background-color css

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

 a { background-color: rgb(89,2,43); }

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

border-color css

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

 span { border-color: rgb(89,2,43); }

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