Html Css Color HEX #850841 Tyrian Purple

📋 copy color: '#850841'

red 133 ◦ green 8 ◦ blue 65

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

Shades of Tyrian Purple #850841

Tints of Tyrian Purple #850841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.55%

R = 64.56%
G = 3.88%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#850841 (or 0x850841) is known color: Tyrian Purple. HEX triplet: 85, 08 and 41. RGB value is (133,8,65). Sum of RGB (Red+Green+Blue) = 133+8+65=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #850841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850841 is #7AF7BE. Grayscale: #333333. Windows color (decimal): -8058815 or 4262021. OLE color: 4262021.

HSL color Cylindrical-coordinate representation of color #850841: hue angle of 332.64º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850841 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 8 65 -
CMYK 0 0.94 0.51 0.48
HSL 332.64º 0.89% 0.28% -
HSV(B) 332.64º 0.94% 0.52% -
XYZ 10.71 5.54 5.51 -
YUV 51.87 135.41 185.87 -
System Red Green Blue C M Y K H S L
Decimal 133 8 65 0 0.94 0.51 0.48 332.64 0.89 0.28
Hex 85 8 41 0 5E 33 30 14D 59 1C
Octal 205 10 101 0 136 63 60 515 131 34
Binary 10000101 1000 1000001 0 1011110 110011 110000 101001101 1011001 11100

Color Harmonies of #850841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850841

Black with #850841

Text Example


Text Example

White with #850841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850841; }

 p { color: rgb(133,8,65); }

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

background-color css

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

 a { background-color: rgb(133,8,65); }

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

border-color css

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

 span { border-color: rgb(133,8,65); }

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