Html Css Color HEX #850440 Tyrian Purple

📋 copy color: '#850440'

red 133 ◦ green 4 ◦ blue 64

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

Shades of Tyrian Purple #850440

Tints of Tyrian Purple #850440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 66.17%
G = 1.99%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#850440 (or 0x850440) is known color: Tyrian Purple. HEX triplet: 85, 04 and 40. RGB value is (133,4,64). Sum of RGB (Red+Green+Blue) = 133+4+64=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #850440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850440 is #7AFBBF. Grayscale: #313131. Windows color (decimal): -8059840 or 4195461. OLE color: 4195461.

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

Color convert

RGB 133 4 64 -
CMYK 0 0.97 0.52 0.48
HSL 332.09º 0.94% 0.27% -
HSV(B) 332.09º 0.97% 0.52% -
XYZ 10.64 5.44 5.34 -
YUV 49.41 136.24 187.62 -
System Red Green Blue C M Y K H S L
Decimal 133 4 64 0 0.97 0.52 0.48 332.09 0.94 0.27
Hex 85 4 40 0 61 34 30 14C 5E 1B
Octal 205 4 100 0 141 64 60 514 136 33
Binary 10000101 100 1000000 0 1100001 110100 110000 101001100 1011110 11011

Color Harmonies of #850440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850440

Black with #850440

Text Example


Text Example

White with #850440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850440; }

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

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

background-color css

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

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

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

border-color css

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

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

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