Html Css Color HEX #550A4C Tyrian Purple

📋 copy color: '#550A4C'

red 85 ◦ green 10 ◦ blue 76

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

Shades of Tyrian Purple #550A4C

Tints of Tyrian Purple #550A4C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.85%

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

R = 49.71%
G = 5.85%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#550A4C (or 0x550A4C) is known color: Tyrian Purple. HEX triplet: 55, 0A and 4C. RGB value is (85,10,76). Sum of RGB (Red+Green+Blue) = 85+10+76=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #550A4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550A4C is #AAF5B3. Grayscale: #272727. Windows color (decimal): -11204020 or 4983381. OLE color: 4983381.

HSL color Cylindrical-coordinate representation of color #550A4C: hue angle of 307.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550A4C is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 10 76 -
CMYK 0 0.88 0.11 0.67
HSL 307.2º 0.79% 0.19% -
HSV(B) 307.2º 0.88% 0.33% -
XYZ 5.16 2.67 7.08 -
YUV 39.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 85 10 76 0 0.88 0.11 0.67 307.2 0.79 0.19
Hex 55 A 4C 0 58 B 43 133 4F 13
Octal 125 12 114 0 130 13 103 463 117 23
Binary 1010101 1010 1001100 0 1011000 1011 1000011 100110011 1001111 10011

Color Harmonies of #550A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550A4C

Black with #550A4C

Text Example


Text Example

White with #550A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550A4C; }

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

 H1.HeaderClassName
 {
   color: #550A4C;
 }
 .AnyTagClassName
 {
   color: #550A4C;
 }
</style>

background-color css

<style>
 a { background-color: #550A4C; }

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

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

border-color css

<style>
 span { border-color: #550A4C; }

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

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