Html Css Color HEX #850848 Tyrian Purple

📋 copy color: '#850848'

red 133 ◦ green 8 ◦ blue 72

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

Shades of Tyrian Purple #850848

Tints of Tyrian Purple #850848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.8%

R = 62.44%
G = 3.76%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#850848 (or 0x850848) is known color: Tyrian Purple. HEX triplet: 85, 08 and 48. RGB value is (133,8,72). Sum of RGB (Red+Green+Blue) = 133+8+72=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #850848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850848 is #7AF7B7. Grayscale: #343434. Windows color (decimal): -8058808 or 4720773. OLE color: 4720773.

HSL color Cylindrical-coordinate representation of color #850848: hue angle of 329.28º 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 #850848 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 8 72 -
CMYK 0 0.94 0.46 0.48
HSL 329.28º 0.89% 0.28% -
HSV(B) 329.28º 0.94% 0.52% -
XYZ 10.93 5.63 6.64 -
YUV 52.67 138.91 185.3 -
System Red Green Blue C M Y K H S L
Decimal 133 8 72 0 0.94 0.46 0.48 329.28 0.89 0.28
Hex 85 8 48 0 5E 2E 30 149 59 1C
Octal 205 10 110 0 136 56 60 511 131 34
Binary 10000101 1000 1001000 0 1011110 101110 110000 101001001 1011001 11100

Color Harmonies of #850848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850848

Black with #850848

Text Example


Text Example

White with #850848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850848; }

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

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

background-color css

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

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

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

border-color css

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

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

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