Html Css Color HEX #55084D Tyrian Purple

📋 copy color: '#55084D'

red 85 ◦ green 8 ◦ blue 77

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

Shades of Tyrian Purple #55084D

Tints of Tyrian Purple #55084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.71%

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

R = 50%
G = 4.71%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#55084D (or 0x55084D) is known color: Tyrian Purple. HEX triplet: 55, 08 and 4D. RGB value is (85,8,77). Sum of RGB (Red+Green+Blue) = 85+8+77=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55084D is #AAF7B2. Grayscale: #262626. Windows color (decimal): -11204531 or 5048405. OLE color: 5048405.

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

Color convert

RGB 85 8 77 -
CMYK 0 0.91 0.09 0.67
HSL 306.23º 0.83% 0.18% -
HSV(B) 306.23º 0.91% 0.33% -
XYZ 5.17 2.64 7.26 -
YUV 38.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 85 8 77 0 0.91 0.09 0.67 306.23 0.83 0.18
Hex 55 8 4D 0 5B 9 43 132 53 12
Octal 125 10 115 0 133 11 103 462 123 22
Binary 1010101 1000 1001101 0 1011011 1001 1000011 100110010 1010011 10010

Color Harmonies of #55084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55084D

Black with #55084D

Text Example


Text Example

White with #55084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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