Html Css Color HEX #850146 Tyrian Purple

📋 copy color: '#850146'

red 133 ◦ green 1 ◦ blue 70

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

Shades of Tyrian Purple #850146

Tints of Tyrian Purple #850146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 65.2%
G = 0.49%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#850146 (or 0x850146) is known color: Tyrian Purple. HEX triplet: 85, 01 and 46. RGB value is (133,1,70). Sum of RGB (Red+Green+Blue) = 133+1+70=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #850146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850146 is #7AFEB9. Grayscale: #303030. Windows color (decimal): -8060602 or 4587909. OLE color: 4587909.

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

Color convert

RGB 133 1 70 -
CMYK 0 0.99 0.47 0.48
HSL 328.64º 0.99% 0.26% -
HSV(B) 328.64º 0.99% 0.52% -
XYZ 10.79 5.45 6.28 -
YUV 48.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 133 1 70 0 0.99 0.47 0.48 328.64 0.99 0.26
Hex 85 1 46 0 63 2F 30 149 63 1A
Octal 205 1 106 0 143 57 60 511 143 32
Binary 10000101 1 1000110 0 1100011 101111 110000 101001001 1100011 11010

Color Harmonies of #850146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850146

Black with #850146

Text Example


Text Example

White with #850146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850146; }

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

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

background-color css

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

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

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

border-color css

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

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

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