Html Css Color HEX #55054F Tyrian Purple

📋 copy color: '#55054F'

red 85 ◦ green 5 ◦ blue 79

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

Shades of Tyrian Purple #55054F

Tints of Tyrian Purple #55054F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.96%

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

R = 50.3%
G = 2.96%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#55054F (or 0x55054F) is known color: Tyrian Purple. HEX triplet: 55, 05 and 4F. RGB value is (85,5,79). Sum of RGB (Red+Green+Blue) = 85+5+79=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55054F is #AAFAB0. Grayscale: #252525. Windows color (decimal): -11205297 or 5178709. OLE color: 5178709.

HSL color Cylindrical-coordinate representation of color #55054F: hue angle of 304.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55054F is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 5 79 -
CMYK 0 0.94 0.07 0.67
HSL 304.5º 0.89% 0.18% -
HSV(B) 304.5º 0.94% 0.33% -
XYZ 5.21 2.6 7.63 -
YUV 37.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 85 5 79 0 0.94 0.07 0.67 304.5 0.89 0.18
Hex 55 5 4F 0 5E 7 43 130 59 12
Octal 125 5 117 0 136 7 103 460 131 22
Binary 1010101 101 1001111 0 1011110 111 1000011 100110000 1011001 10010

Color Harmonies of #55054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55054F

Black with #55054F

Text Example


Text Example

White with #55054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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