Html Css Color HEX #550942 Tyrian Purple

📋 copy color: '#550942'

red 85 ◦ green 9 ◦ blue 66

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

Shades of Tyrian Purple #550942

Tints of Tyrian Purple #550942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.63%

 BLUE value IS 66 (26.17% from 255) = 41.25%

R = 53.13%
G = 5.63%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#550942 (or 0x550942) is known color: Tyrian Purple. HEX triplet: 55, 09 and 42. RGB value is (85,9,66). Sum of RGB (Red+Green+Blue) = 85+9+66=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #550942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550942 is #AAF6BD. Grayscale: #262626. Windows color (decimal): -11204286 or 4327765. OLE color: 4327765.

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

Color convert

RGB 85 9 66 -
CMYK 0 0.89 0.22 0.67
HSL 315º 0.81% 0.18% -
HSV(B) 315º 0.89% 0.33% -
XYZ 4.83 2.52 5.39 -
YUV 38.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 85 9 66 0 0.89 0.22 0.67 315 0.81 0.18
Hex 55 9 42 0 59 16 43 13B 51 12
Octal 125 11 102 0 131 26 103 473 121 22
Binary 1010101 1001 1000010 0 1011001 10110 1000011 100111011 1010001 10010

Color Harmonies of #550942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550942

Black with #550942

Text Example


Text Example

White with #550942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550942; }

 p { color: rgb(85,9,66); }

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

background-color css

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

 a { background-color: rgb(85,9,66); }

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

border-color css

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

 span { border-color: rgb(85,9,66); }

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