Html Css Color HEX #55113B Tyrian Purple

📋 copy color: '#55113B'

red 85 ◦ green 17 ◦ blue 59

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

Shades of Tyrian Purple #55113B

Tints of Tyrian Purple #55113B

RGB

 RED value IS 85 (33.59% from 255) = 52.8%

 GREEN value IS 17 (7.03% from 255) = 10.56%

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

R = 52.8%
G = 10.56%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55113B (or 0x55113B) is known color: Tyrian Purple. HEX triplet: 55, 11 and 3B. RGB value is (85,17,59). Sum of RGB (Red+Green+Blue) = 85+17+59=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #55113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55113B is #AAEEC4. Grayscale: #2A2A2A. Windows color (decimal): -11202245 or 3871061. OLE color: 3871061.

HSL color Cylindrical-coordinate representation of color #55113B: hue angle of 322.94º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55113B is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 17 59 -
CMYK 0 0.80 0.31 0.67
HSL 322.94º 0.67% 0.2% -
HSV(B) 322.94º 0.8% 0.33% -
XYZ 4.74 2.65 4.4 -
YUV 42.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 85 17 59 0 0.80 0.31 0.67 322.94 0.67 0.2
Hex 55 11 3B 0 50 1F 43 143 43 14
Octal 125 21 73 0 120 37 103 503 103 24
Binary 1010101 10001 111011 0 1010000 11111 1000011 101000011 1000011 10100

Color Harmonies of #55113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55113B

Black with #55113B

Text Example


Text Example

White with #55113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,17,59); }

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

background-color css

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

 a { background-color: rgb(85,17,59); }

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

border-color css

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

 span { border-color: rgb(85,17,59); }

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