Html Css Color HEX #55074F Tyrian Purple

📋 copy color: '#55074F'

red 85 ◦ green 7 ◦ blue 79

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

Shades of Tyrian Purple #55074F

Tints of Tyrian Purple #55074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 46.2%

R = 49.71%
G = 4.09%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#55074F (or 0x55074F) is known color: Tyrian Purple. HEX triplet: 55, 07 and 4F. RGB value is (85,7,79). Sum of RGB (Red+Green+Blue) = 85+7+79=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #55074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55074F is #AAF8B0. Grayscale: #262626. Windows color (decimal): -11204785 or 5179221. OLE color: 5179221.

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

Color convert

RGB 85 7 79 -
CMYK 0 0.92 0.07 0.67
HSL 304.62º 0.85% 0.18% -
HSV(B) 304.62º 0.92% 0.33% -
XYZ 5.23 2.65 7.63 -
YUV 38.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 85 7 79 0 0.92 0.07 0.67 304.62 0.85 0.18
Hex 55 7 4F 0 5C 7 43 131 55 12
Octal 125 7 117 0 134 7 103 461 125 22
Binary 1010101 111 1001111 0 1011100 111 1000011 100110001 1010101 10010

Color Harmonies of #55074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55074F

Black with #55074F

Text Example


Text Example

White with #55074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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