Html Css Color HEX #850243 Tyrian Purple

📋 copy color: '#850243'

red 133 ◦ green 2 ◦ blue 67

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

Shades of Tyrian Purple #850243

Tints of Tyrian Purple #850243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 65.84%
G = 0.99%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#850243 (or 0x850243) is known color: Tyrian Purple. HEX triplet: 85, 02 and 43. RGB value is (133,2,67). Sum of RGB (Red+Green+Blue) = 133+2+67=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #850243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850243 is #7AFDBC. Grayscale: #303030. Windows color (decimal): -8060349 or 4391557. OLE color: 4391557.

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

Color convert

RGB 133 2 67 -
CMYK 0 0.98 0.50 0.48
HSL 330.23º 0.97% 0.26% -
HSV(B) 330.23º 0.98% 0.52% -
XYZ 10.71 5.44 5.79 -
YUV 48.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 133 2 67 0 0.98 0.50 0.48 330.23 0.97 0.26
Hex 85 2 43 0 62 32 30 14A 61 1A
Octal 205 2 103 0 142 62 60 512 141 32
Binary 10000101 10 1000011 0 1100010 110010 110000 101001010 1100001 11010

Color Harmonies of #850243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850243

Black with #850243

Text Example


Text Example

White with #850243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850243; }

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

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

background-color css

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

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

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

border-color css

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

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

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