Html Css Color HEX #55043B Tyrian Purple

📋 copy color: '#55043B'

red 85 ◦ green 4 ◦ blue 59

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

Shades of Tyrian Purple #55043B

Tints of Tyrian Purple #55043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.7%

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

R = 57.43%
G = 2.7%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55043B (or 0x55043B) is known color: Tyrian Purple. HEX triplet: 55, 04 and 3B. RGB value is (85,4,59). Sum of RGB (Red+Green+Blue) = 85+4+59=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55043B is #AAFBC4. Grayscale: #222222. Windows color (decimal): -11205573 or 3867733. OLE color: 3867733.

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

Color convert

RGB 85 4 59 -
CMYK 0 0.95 0.31 0.67
HSL 319.26º 0.91% 0.17% -
HSV(B) 319.26º 0.95% 0.33% -
XYZ 4.58 2.33 4.35 -
YUV 34.49 141.84 164.03 -
System Red Green Blue C M Y K H S L
Decimal 85 4 59 0 0.95 0.31 0.67 319.26 0.91 0.17
Hex 55 4 3B 0 5F 1F 43 13F 5B 11
Octal 125 4 73 0 137 37 103 477 133 21
Binary 1010101 100 111011 0 1011111 11111 1000011 100111111 1011011 10001

Color Harmonies of #55043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55043B

Black with #55043B

Text Example


Text Example

White with #55043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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