Html Css Color HEX #850543 Tyrian Purple

📋 copy color: '#850543'

red 133 ◦ green 5 ◦ blue 67

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

Shades of Tyrian Purple #850543

Tints of Tyrian Purple #850543

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.44%

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

R = 64.88%
G = 2.44%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#850543 (or 0x850543) is known color: Tyrian Purple. HEX triplet: 85, 05 and 43. RGB value is (133,5,67). Sum of RGB (Red+Green+Blue) = 133+5+67=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #850543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850543 is #7AFABC. Grayscale: #323232. Windows color (decimal): -8059581 or 4392325. OLE color: 4392325.

HSL color Cylindrical-coordinate representation of color #850543: hue angle of 330.94º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850543 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 5 67 -
CMYK 0 0.96 0.50 0.48
HSL 330.94º 0.93% 0.27% -
HSV(B) 330.94º 0.96% 0.52% -
XYZ 10.74 5.5 5.81 -
YUV 50.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 133 5 67 0 0.96 0.50 0.48 330.94 0.93 0.27
Hex 85 5 43 0 60 32 30 14B 5D 1B
Octal 205 5 103 0 140 62 60 513 135 33
Binary 10000101 101 1000011 0 1100000 110010 110000 101001011 1011101 11011

Color Harmonies of #850543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850543

Black with #850543

Text Example


Text Example

White with #850543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850543; }

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

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

background-color css

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

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

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

border-color css

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

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

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