Html Css Color HEX #850049 Tyrian Purple

📋 copy color: '#850049'

red 133 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #850049

Tints of Tyrian Purple #850049

RGB

 RED value IS 133 (52.34% from 255) = 64.56%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 35.44%

R = 64.56%
G = 0%
B = 35.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#850049 (or 0x850049) is known color: Tyrian Purple. HEX triplet: 85, 00 and 49. RGB value is (133,0,73). Sum of RGB (Red+Green+Blue) = 133+0+73=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #850049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850049 is #7AFFB6. Grayscale: #2F2F2F. Windows color (decimal): -8060855 or 4784261. OLE color: 4784261.

HSL color Cylindrical-coordinate representation of color #850049: hue angle of 327.07º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850049 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 73 -
CMYK 0 1 0.45 0.48
HSL 327.07º 1% 0.26% -
HSV(B) 327.07º 1% 0.52% -
XYZ 10.88 5.47 6.79 -
YUV 48.09 142.06 188.56 -
System Red Green Blue C M Y K H S L
Decimal 133 0 73 0 1 0.45 0.48 327.07 1 0.26
Hex 85 0 49 0 64 2D 30 147 64 1A
Octal 205 0 111 0 144 55 60 507 144 32
Binary 10000101 0 1001001 0 1100100 101101 110000 101000111 1100100 11010

Color Harmonies of #850049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850049

Black with #850049

Text Example


Text Example

White with #850049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850049; }

 p { color: rgb(133,0,73); }

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

background-color css

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

 a { background-color: rgb(133,0,73); }

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

border-color css

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

 span { border-color: rgb(133,0,73); }

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