Html Css Color HEX #55004D Tyrian Purple

📋 copy color: '#55004D'

red 85 ◦ green 0 ◦ blue 77

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

Shades of Tyrian Purple #55004D

Tints of Tyrian Purple #55004D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 47.53%

R = 52.47%
G = 0%
B = 47.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#55004D (or 0x55004D) is known color: Tyrian Purple. HEX triplet: 55, 00 and 4D. RGB value is (85,0,77). Sum of RGB (Red+Green+Blue) = 85+0+77=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55004D is #AAFFB2. Grayscale: #212121. Windows color (decimal): -11206579 or 5046357. OLE color: 5046357.

HSL color Cylindrical-coordinate representation of color #55004D: hue angle of 305.65º 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 #55004D is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 0 77 -
CMYK 0 1 0.09 0.67
HSL 305.65º 1% 0.17% -
HSV(B) 305.65º 1% 0.33% -
XYZ 5.09 2.47 7.23 -
YUV 34.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 85 0 77 0 1 0.09 0.67 305.65 1 0.17
Hex 55 0 4D 0 64 9 43 132 64 11
Octal 125 0 115 0 144 11 103 462 144 21
Binary 1010101 0 1001101 0 1100100 1001 1000011 100110010 1100100 10001

Color Harmonies of #55004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55004D

Black with #55004D

Text Example


Text Example

White with #55004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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