Html Css Color HEX #850147 Tyrian Purple

📋 copy color: '#850147'

red 133 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #850147

Tints of Tyrian Purple #850147

RGB

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

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

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

R = 64.88%
G = 0.49%
B = 34.63%

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

#850147 (or 0x850147) is known color: Tyrian Purple. HEX triplet: 85, 01 and 47. RGB value is (133,1,71). Sum of RGB (Red+Green+Blue) = 133+1+71=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #850147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850147 is #7AFEB8. Grayscale: #303030. Windows color (decimal): -8060601 or 4653445. OLE color: 4653445.

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

Color convert

RGB 133 1 71 -
CMYK 0 0.99 0.47 0.48
HSL 328.18º 0.99% 0.26% -
HSV(B) 328.18º 0.99% 0.52% -
XYZ 10.82 5.46 6.45 -
YUV 48.45 140.73 188.31 -
System Red Green Blue C M Y K H S L
Decimal 133 1 71 0 0.99 0.47 0.48 328.18 0.99 0.26
Hex 85 1 47 0 63 2F 30 148 63 1A
Octal 205 1 107 0 143 57 60 510 143 32
Binary 10000101 1 1000111 0 1100011 101111 110000 101001000 1100011 11010

Color Harmonies of #850147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850147

Black with #850147

Text Example


Text Example

White with #850147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850147; }

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

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

background-color css

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

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

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

border-color css

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

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

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