Html Css Color HEX #850045 Tyrian Purple

📋 copy color: '#850045'

red 133 ◦ green 0 ◦ blue 69

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

Shades of Tyrian Purple #850045

Tints of Tyrian Purple #850045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.16%

R = 65.84%
G = 0%
B = 34.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#850045 (or 0x850045) is known color: Tyrian Purple. HEX triplet: 85, 00 and 45. RGB value is (133,0,69). Sum of RGB (Red+Green+Blue) = 133+0+69=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #850045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850045 is #7AFFBA. Grayscale: #2F2F2F. Windows color (decimal): -8060859 or 4522117. OLE color: 4522117.

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

Color convert

RGB 133 0 69 -
CMYK 0 1 0.48 0.48
HSL 328.87º 1% 0.26% -
HSV(B) 328.87º 1% 0.52% -
XYZ 10.75 5.42 6.11 -
YUV 47.63 140.06 188.89 -
System Red Green Blue C M Y K H S L
Decimal 133 0 69 0 1 0.48 0.48 328.87 1 0.26
Hex 85 0 45 0 64 30 30 149 64 1A
Octal 205 0 105 0 144 60 60 511 144 32
Binary 10000101 0 1000101 0 1100100 110000 110000 101001001 1100100 11010

Color Harmonies of #850045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850045

Black with #850045

Text Example


Text Example

White with #850045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850045; }

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

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

background-color css

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

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

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

border-color css

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

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

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