Html Css Color HEX #55054C Tyrian Purple

📋 copy color: '#55054C'

red 85 ◦ green 5 ◦ blue 76

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

Shades of Tyrian Purple #55054C

Tints of Tyrian Purple #55054C

RGB

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

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

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

R = 51.2%
G = 3.01%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55054C (or 0x55054C) is known color: Tyrian Purple. HEX triplet: 55, 05 and 4C. RGB value is (85,5,76). Sum of RGB (Red+Green+Blue) = 85+5+76=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55054C is #AAFAB3. Grayscale: #242424. Windows color (decimal): -11205300 or 4982101. OLE color: 4982101.

HSL color Cylindrical-coordinate representation of color #55054C: hue angle of 306.75º 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 #55054C is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 5 76 -
CMYK 0 0.94 0.11 0.67
HSL 306.75º 0.89% 0.18% -
HSV(B) 306.75º 0.94% 0.33% -
XYZ 5.11 2.56 7.06 -
YUV 37.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 85 5 76 0 0.94 0.11 0.67 306.75 0.89 0.18
Hex 55 5 4C 0 5E B 43 133 59 12
Octal 125 5 114 0 136 13 103 463 131 22
Binary 1010101 101 1001100 0 1011110 1011 1000011 100110011 1011001 10010

Color Harmonies of #55054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55054C

Black with #55054C

Text Example


Text Example

White with #55054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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