Html Css Color HEX #850249 Tyrian Purple

📋 copy color: '#850249'

red 133 ◦ green 2 ◦ blue 73

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

Shades of Tyrian Purple #850249

Tints of Tyrian Purple #850249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 63.94%
G = 0.96%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#850249 (or 0x850249) is known color: Tyrian Purple. HEX triplet: 85, 02 and 49. RGB value is (133,2,73). Sum of RGB (Red+Green+Blue) = 133+2+73=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #850249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850249 is #7AFDB6. Grayscale: #313131. Windows color (decimal): -8060343 or 4784773. OLE color: 4784773.

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

Color convert

RGB 133 2 73 -
CMYK 0 0.98 0.45 0.48
HSL 327.48º 0.97% 0.26% -
HSV(B) 327.48º 0.98% 0.52% -
XYZ 10.9 5.51 6.79 -
YUV 49.26 141.4 187.73 -
System Red Green Blue C M Y K H S L
Decimal 133 2 73 0 0.98 0.45 0.48 327.48 0.97 0.26
Hex 85 2 49 0 62 2D 30 147 61 1A
Octal 205 2 111 0 142 55 60 507 141 32
Binary 10000101 10 1001001 0 1100010 101101 110000 101000111 1100001 11010

Color Harmonies of #850249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850249

Black with #850249

Text Example


Text Example

White with #850249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850249; }

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

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

background-color css

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

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

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

border-color css

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

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

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