Html Css Color HEX #55104A Tyrian Purple

📋 copy color: '#55104A'

red 85 ◦ green 16 ◦ blue 74

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

Shades of Tyrian Purple #55104A

Tints of Tyrian Purple #55104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.14%

 BLUE value IS 74 (29.3% from 255) = 42.29%

R = 48.57%
G = 9.14%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#55104A (or 0x55104A) is known color: Tyrian Purple. HEX triplet: 55, 10 and 4A. RGB value is (85,16,74). Sum of RGB (Red+Green+Blue) = 85+16+74=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #55104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55104A is #AAEFB5. Grayscale: #2B2B2B. Windows color (decimal): -11202486 or 4853845. OLE color: 4853845.

HSL color Cylindrical-coordinate representation of color #55104A: hue angle of 309.57º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55104A is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 16 74 -
CMYK 0 0.81 0.13 0.67
HSL 309.57º 0.68% 0.2% -
HSV(B) 309.57º 0.81% 0.33% -
XYZ 5.17 2.8 6.75 -
YUV 43.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 85 16 74 0 0.81 0.13 0.67 309.57 0.68 0.2
Hex 55 10 4A 0 51 D 43 136 44 14
Octal 125 20 112 0 121 15 103 466 104 24
Binary 1010101 10000 1001010 0 1010001 1101 1000011 100110110 1000100 10100

Color Harmonies of #55104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55104A

Black with #55104A

Text Example


Text Example

White with #55104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55104A; }

 p { color: rgb(85,16,74); }

 H1.HeaderClassName
 {
   color: #55104A;
 }
 .AnyTagClassName
 {
   color: #55104A;
 }
</style>

background-color css

<style>
 a { background-color: #55104A; }

 a { background-color: rgb(85,16,74); }

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

border-color css

<style>
 span { border-color: #55104A; }

 span { border-color: rgb(85,16,74); }

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