Html Css Color HEX #55074D Tyrian Purple

📋 copy color: '#55074D'

red 85 ◦ green 7 ◦ blue 77

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

Shades of Tyrian Purple #55074D

Tints of Tyrian Purple #55074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.14%

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

R = 50.3%
G = 4.14%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#55074D (or 0x55074D) is known color: Tyrian Purple. HEX triplet: 55, 07 and 4D. RGB value is (85,7,77). Sum of RGB (Red+Green+Blue) = 85+7+77=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55074D is #AAF8B2. Grayscale: #262626. Windows color (decimal): -11204787 or 5048149. OLE color: 5048149.

HSL color Cylindrical-coordinate representation of color #55074D: hue angle of 306.15º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55074D is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 7 77 -
CMYK 0 0.92 0.09 0.67
HSL 306.15º 0.85% 0.18% -
HSV(B) 306.15º 0.92% 0.33% -
XYZ 5.16 2.62 7.25 -
YUV 38.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 85 7 77 0 0.92 0.09 0.67 306.15 0.85 0.18
Hex 55 7 4D 0 5C 9 43 132 55 12
Octal 125 7 115 0 134 11 103 462 125 22
Binary 1010101 111 1001101 0 1011100 1001 1000011 100110010 1010101 10010

Color Harmonies of #55074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55074D

Black with #55074D

Text Example


Text Example

White with #55074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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