Html Css Color HEX #850046 Tyrian Purple

📋 copy color: '#850046'

red 133 ◦ green 0 ◦ blue 70

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

Shades of Tyrian Purple #850046

Tints of Tyrian Purple #850046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.48%

R = 65.52%
G = 0%
B = 34.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#850046 (or 0x850046) is known color: Tyrian Purple. HEX triplet: 85, 00 and 46. RGB value is (133,0,70). Sum of RGB (Red+Green+Blue) = 133+0+70=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #850046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850046 is #7AFFB9. Grayscale: #2F2F2F. Windows color (decimal): -8060858 or 4587653. OLE color: 4587653.

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

Color convert

RGB 133 0 70 -
CMYK 0 1 0.47 0.48
HSL 328.42º 1% 0.26% -
HSV(B) 328.42º 1% 0.52% -
XYZ 10.78 5.43 6.27 -
YUV 47.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 133 0 70 0 1 0.47 0.48 328.42 1 0.26
Hex 85 0 46 0 64 2F 30 148 64 1A
Octal 205 0 106 0 144 57 60 510 144 32
Binary 10000101 0 1000110 0 1100100 101111 110000 101001000 1100100 11010

Color Harmonies of #850046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850046

Black with #850046

Text Example


Text Example

White with #850046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850046; }

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

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

background-color css

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

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

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

border-color css

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

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

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