Html Css Color HEX #850041 Tyrian Purple

📋 copy color: '#850041'

red 133 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #850041

Tints of Tyrian Purple #850041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.17%
G = 0%
B = 32.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#850041 (or 0x850041) is known color: Tyrian Purple. HEX triplet: 85, 00 and 41. RGB value is (133,0,65). Sum of RGB (Red+Green+Blue) = 133+0+65=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #850041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850041 is #7AFFBE. Grayscale: #2F2F2F. Windows color (decimal): -8060863 or 4259973. OLE color: 4259973.

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

Color convert

RGB 133 0 65 -
CMYK 0 1 0.51 0.48
HSL 330.68º 1% 0.26% -
HSV(B) 330.68º 1% 0.52% -
XYZ 10.63 5.37 5.48 -
YUV 47.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 133 0 65 0 1 0.51 0.48 330.68 1 0.26
Hex 85 0 41 0 64 33 30 14B 64 1A
Octal 205 0 101 0 144 63 60 513 144 32
Binary 10000101 0 1000001 0 1100100 110011 110000 101001011 1100100 11010

Color Harmonies of #850041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850041

Black with #850041

Text Example


Text Example

White with #850041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850041; }

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

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

background-color css

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

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

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

border-color css

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

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

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