Html Css Color HEX #850048 Tyrian Purple

📋 copy color: '#850048'

red 133 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #850048

Tints of Tyrian Purple #850048

RGB

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

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

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

R = 64.88%
G = 0%
B = 35.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#850048 (or 0x850048) is known color: Tyrian Purple. HEX triplet: 85, 00 and 48. RGB value is (133,0,72). Sum of RGB (Red+Green+Blue) = 133+0+72=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #850048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850048 is #7AFFB7. Grayscale: #2F2F2F. Windows color (decimal): -8060856 or 4718725. OLE color: 4718725.

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

Color convert

RGB 133 0 72 -
CMYK 0 1 0.46 0.48
HSL 327.52º 1% 0.26% -
HSV(B) 327.52º 1% 0.52% -
XYZ 10.84 5.45 6.61 -
YUV 47.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 133 0 72 0 1 0.46 0.48 327.52 1 0.26
Hex 85 0 48 0 64 2E 30 148 64 1A
Octal 205 0 110 0 144 56 60 510 144 32
Binary 10000101 0 1001000 0 1100100 101110 110000 101001000 1100100 11010

Color Harmonies of #850048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850048

Black with #850048

Text Example


Text Example

White with #850048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850048; }

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

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

background-color css

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

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

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

border-color css

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

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

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