Html Css Color HEX #55053B Tyrian Purple

📋 copy color: '#55053B'

red 85 ◦ green 5 ◦ blue 59

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

Shades of Tyrian Purple #55053B

Tints of Tyrian Purple #55053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.36%

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

R = 57.05%
G = 3.36%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55053B (or 0x55053B) is known color: Tyrian Purple. HEX triplet: 55, 05 and 3B. RGB value is (85,5,59). Sum of RGB (Red+Green+Blue) = 85+5+59=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #55053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55053B is #AAFAC4. Grayscale: #222222. Windows color (decimal): -11205317 or 3867989. OLE color: 3867989.

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

Color convert

RGB 85 5 59 -
CMYK 0 0.94 0.31 0.67
HSL 319.5º 0.89% 0.18% -
HSV(B) 319.5º 0.94% 0.33% -
XYZ 4.59 2.36 4.35 -
YUV 35.08 141.5 163.61 -
System Red Green Blue C M Y K H S L
Decimal 85 5 59 0 0.94 0.31 0.67 319.5 0.89 0.18
Hex 55 5 3B 0 5E 1F 43 140 59 12
Octal 125 5 73 0 136 37 103 500 131 22
Binary 1010101 101 111011 0 1011110 11111 1000011 101000000 1011001 10010

Color Harmonies of #55053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55053B

Black with #55053B

Text Example


Text Example

White with #55053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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