Html Css Color HEX #850143 Tyrian Purple

📋 copy color: '#850143'

red 133 ◦ green 1 ◦ blue 67

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

Shades of Tyrian Purple #850143

Tints of Tyrian Purple #850143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.33%

R = 66.17%
G = 0.5%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#850143 (or 0x850143) is known color: Tyrian Purple. HEX triplet: 85, 01 and 43. RGB value is (133,1,67). Sum of RGB (Red+Green+Blue) = 133+1+67=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #850143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850143 is #7AFEBC. Grayscale: #2F2F2F. Windows color (decimal): -8060605 or 4391301. OLE color: 4391301.

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

Color convert

RGB 133 1 67 -
CMYK 0 0.99 0.50 0.48
HSL 330º 0.99% 0.26% -
HSV(B) 330º 0.99% 0.52% -
XYZ 10.7 5.41 5.79 -
YUV 47.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 133 1 67 0 0.99 0.50 0.48 330 0.99 0.26
Hex 85 1 43 0 63 32 30 14A 63 1A
Octal 205 1 103 0 143 62 60 512 143 32
Binary 10000101 1 1000011 0 1100011 110010 110000 101001010 1100011 11010

Color Harmonies of #850143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850143

Black with #850143

Text Example


Text Example

White with #850143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850143; }

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

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

background-color css

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

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

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

border-color css

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

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

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