Html Css Color HEX #850144 Tyrian Purple

📋 copy color: '#850144'

red 133 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #850144

Tints of Tyrian Purple #850144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.66%

R = 65.84%
G = 0.5%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#850144 (or 0x850144) is known color: Tyrian Purple. HEX triplet: 85, 01 and 44. RGB value is (133,1,68). Sum of RGB (Red+Green+Blue) = 133+1+68=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #850144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850144 is #7AFEBB. Grayscale: #2F2F2F. Windows color (decimal): -8060604 or 4456837. OLE color: 4456837.

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

Color convert

RGB 133 1 68 -
CMYK 0 0.99 0.49 0.48
HSL 329.55º 0.99% 0.26% -
HSV(B) 329.55º 0.99% 0.52% -
XYZ 10.73 5.43 5.95 -
YUV 48.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 133 1 68 0 0.99 0.49 0.48 329.55 0.99 0.26
Hex 85 1 44 0 63 31 30 14A 63 1A
Octal 205 1 104 0 143 61 60 512 143 32
Binary 10000101 1 1000100 0 1100011 110001 110000 101001010 1100011 11010

Color Harmonies of #850144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850144

Black with #850144

Text Example


Text Example

White with #850144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850144; }

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

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

background-color css

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

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

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

border-color css

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

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

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