Html Css Color HEX #850442 Tyrian Purple

📋 copy color: '#850442'

red 133 ◦ green 4 ◦ blue 66

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

Shades of Tyrian Purple #850442

Tints of Tyrian Purple #850442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.97%

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

R = 65.52%
G = 1.97%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#850442 (or 0x850442) is known color: Tyrian Purple. HEX triplet: 85, 04 and 42. RGB value is (133,4,66). Sum of RGB (Red+Green+Blue) = 133+4+66=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #850442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850442 is #7AFBBD. Grayscale: #313131. Windows color (decimal): -8059838 or 4326533. OLE color: 4326533.

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

Color convert

RGB 133 4 66 -
CMYK 0 0.97 0.50 0.48
HSL 331.16º 0.94% 0.27% -
HSV(B) 331.16º 0.97% 0.52% -
XYZ 10.7 5.47 5.65 -
YUV 49.64 137.24 187.46 -
System Red Green Blue C M Y K H S L
Decimal 133 4 66 0 0.97 0.50 0.48 331.16 0.94 0.27
Hex 85 4 42 0 61 32 30 14B 5E 1B
Octal 205 4 102 0 141 62 60 513 136 33
Binary 10000101 100 1000010 0 1100001 110010 110000 101001011 1011110 11011

Color Harmonies of #850442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850442

Black with #850442

Text Example


Text Example

White with #850442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850442; }

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

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

background-color css

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

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

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

border-color css

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

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

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