Html Css Color HEX #850448 Tyrian Purple

📋 copy color: '#850448'

red 133 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #850448

Tints of Tyrian Purple #850448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 63.64%
G = 1.91%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#850448 (or 0x850448) is known color: Tyrian Purple. HEX triplet: 85, 04 and 48. RGB value is (133,4,72). Sum of RGB (Red+Green+Blue) = 133+4+72=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #850448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850448 is #7AFBB7. Grayscale: #323232. Windows color (decimal): -8059832 or 4719749. OLE color: 4719749.

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

Color convert

RGB 133 4 72 -
CMYK 0 0.97 0.46 0.48
HSL 328.37º 0.94% 0.27% -
HSV(B) 328.37º 0.97% 0.52% -
XYZ 10.89 5.54 6.63 -
YUV 50.32 140.24 186.97 -
System Red Green Blue C M Y K H S L
Decimal 133 4 72 0 0.97 0.46 0.48 328.37 0.94 0.27
Hex 85 4 48 0 61 2E 30 148 5E 1B
Octal 205 4 110 0 141 56 60 510 136 33
Binary 10000101 100 1001000 0 1100001 101110 110000 101001000 1011110 11011

Color Harmonies of #850448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850448

Black with #850448

Text Example


Text Example

White with #850448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850448; }

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

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

background-color css

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

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

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

border-color css

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

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

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