Html Css Color HEX #850342 Tyrian Purple

📋 copy color: '#850342'

red 133 ◦ green 3 ◦ blue 66

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

Shades of Tyrian Purple #850342

Tints of Tyrian Purple #850342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

 BLUE value IS 66 (26.17% from 255) = 32.67%

R = 65.84%
G = 1.49%
B = 32.67%

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

#850342 (or 0x850342) is known color: Tyrian Purple. HEX triplet: 85, 03 and 42. RGB value is (133,3,66). Sum of RGB (Red+Green+Blue) = 133+3+66=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #850342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850342 is #7AFCBD. Grayscale: #303030. Windows color (decimal): -8060094 or 4326277. OLE color: 4326277.

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

Color convert

RGB 133 3 66 -
CMYK 0 0.98 0.50 0.48
HSL 330.92º 0.96% 0.27% -
HSV(B) 330.92º 0.98% 0.52% -
XYZ 10.69 5.45 5.64 -
YUV 49.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 133 3 66 0 0.98 0.50 0.48 330.92 0.96 0.27
Hex 85 3 42 0 62 32 30 14B 60 1B
Octal 205 3 102 0 142 62 60 513 140 33
Binary 10000101 11 1000010 0 1100010 110010 110000 101001011 1100000 11011

Color Harmonies of #850342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850342

Black with #850342

Text Example


Text Example

White with #850342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850342; }

 p { color: rgb(133,3,66); }

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

background-color css

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

 a { background-color: rgb(133,3,66); }

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

border-color css

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

 span { border-color: rgb(133,3,66); }

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