Html Css Color HEX #55004C Tyrian Purple

📋 copy color: '#55004C'

red 85 ◦ green 0 ◦ blue 76

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

Shades of Tyrian Purple #55004C

Tints of Tyrian Purple #55004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 76 (30.08% from 255) = 47.2%

R = 52.8%
G = 0%
B = 47.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55004C (or 0x55004C) is known color: Tyrian Purple. HEX triplet: 55, 00 and 4C. RGB value is (85,0,76). Sum of RGB (Red+Green+Blue) = 85+0+76=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #55004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55004C is #AAFFB3. Grayscale: #212121. Windows color (decimal): -11206580 or 4980821. OLE color: 4980821.

HSL color Cylindrical-coordinate representation of color #55004C: hue angle of 306.35º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55004C is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 0 76 -
CMYK 0 1 0.11 0.67
HSL 306.35º 1% 0.17% -
HSV(B) 306.35º 1% 0.33% -
XYZ 5.05 2.45 7.04 -
YUV 34.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 85 0 76 0 1 0.11 0.67 306.35 1 0.17
Hex 55 0 4C 0 64 B 43 132 64 11
Octal 125 0 114 0 144 13 103 462 144 21
Binary 1010101 0 1001100 0 1100100 1011 1000011 100110010 1100100 10001

Color Harmonies of #55004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55004C

Black with #55004C

Text Example


Text Example

White with #55004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55004C; }

 p { color: rgb(85,0,76); }

 H1.HeaderClassName
 {
   color: #55004C;
 }
 .AnyTagClassName
 {
   color: #55004C;
 }
</style>

background-color css

<style>
 a { background-color: #55004C; }

 a { background-color: rgb(85,0,76); }

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

border-color css

<style>
 span { border-color: #55004C; }

 span { border-color: rgb(85,0,76); }

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