Html Css Color HEX #850441 Tyrian Purple

📋 copy color: '#850441'

red 133 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #850441

Tints of Tyrian Purple #850441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 65.84%
G = 1.98%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#850441 (or 0x850441) is known color: Tyrian Purple. HEX triplet: 85, 04 and 41. RGB value is (133,4,65). Sum of RGB (Red+Green+Blue) = 133+4+65=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #850441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850441 is #7AFBBE. Grayscale: #313131. Windows color (decimal): -8059839 or 4260997. OLE color: 4260997.

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

Color convert

RGB 133 4 65 -
CMYK 0 0.97 0.51 0.48
HSL 331.63º 0.94% 0.27% -
HSV(B) 331.63º 0.97% 0.52% -
XYZ 10.67 5.46 5.49 -
YUV 49.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 133 4 65 0 0.97 0.51 0.48 331.63 0.94 0.27
Hex 85 4 41 0 61 33 30 14C 5E 1B
Octal 205 4 101 0 141 63 60 514 136 33
Binary 10000101 100 1000001 0 1100001 110011 110000 101001100 1011110 11011

Color Harmonies of #850441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850441

Black with #850441

Text Example


Text Example

White with #850441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850441; }

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

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

background-color css

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

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

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

border-color css

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

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

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