Html Css Color HEX #850747 Tyrian Purple

📋 copy color: '#850747'

red 133 ◦ green 7 ◦ blue 71

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

Shades of Tyrian Purple #850747

Tints of Tyrian Purple #850747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

 BLUE value IS 71 (28.13% from 255) = 33.65%

R = 63.03%
G = 3.32%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#850747 (or 0x850747) is known color: Tyrian Purple. HEX triplet: 85, 07 and 47. RGB value is (133,7,71). Sum of RGB (Red+Green+Blue) = 133+7+71=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #850747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850747 is #7AF8B8. Grayscale: #333333. Windows color (decimal): -8059065 or 4654981. OLE color: 4654981.

HSL color Cylindrical-coordinate representation of color #850747: hue angle of 329.52º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850747 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 7 71 -
CMYK 0 0.95 0.47 0.48
HSL 329.52º 0.9% 0.27% -
HSV(B) 329.52º 0.95% 0.52% -
XYZ 10.89 5.59 6.47 -
YUV 51.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 133 7 71 0 0.95 0.47 0.48 329.52 0.9 0.27
Hex 85 7 47 0 5F 2F 30 14A 5A 1B
Octal 205 7 107 0 137 57 60 512 132 33
Binary 10000101 111 1000111 0 1011111 101111 110000 101001010 1011010 11011

Color Harmonies of #850747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850747

Black with #850747

Text Example


Text Example

White with #850747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850747; }

 p { color: rgb(133,7,71); }

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

background-color css

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

 a { background-color: rgb(133,7,71); }

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

border-color css

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

 span { border-color: rgb(133,7,71); }

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