Html Css Color HEX #55074C Tyrian Purple

📋 copy color: '#55074C'

red 85 ◦ green 7 ◦ blue 76

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

Shades of Tyrian Purple #55074C

Tints of Tyrian Purple #55074C

RGB

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

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

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

R = 50.6%
G = 4.17%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55074C (or 0x55074C) is known color: Tyrian Purple. HEX triplet: 55, 07 and 4C. RGB value is (85,7,76). Sum of RGB (Red+Green+Blue) = 85+7+76=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55074C is #AAF8B3. Grayscale: #252525. Windows color (decimal): -11204788 or 4982613. OLE color: 4982613.

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

Color convert

RGB 85 7 76 -
CMYK 0 0.92 0.11 0.67
HSL 306.92º 0.85% 0.18% -
HSV(B) 306.92º 0.92% 0.33% -
XYZ 5.13 2.61 7.07 -
YUV 38.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 85 7 76 0 0.92 0.11 0.67 306.92 0.85 0.18
Hex 55 7 4C 0 5C B 43 133 55 12
Octal 125 7 114 0 134 13 103 463 125 22
Binary 1010101 111 1001100 0 1011100 1011 1000011 100110011 1010101 10010

Color Harmonies of #55074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55074C

Black with #55074C

Text Example


Text Example

White with #55074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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