Html Css Color HEX #850145 Tyrian Purple

📋 copy color: '#850145'

red 133 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #850145

Tints of Tyrian Purple #850145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 65.52%
G = 0.49%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#850145 (or 0x850145) is known color: Tyrian Purple. HEX triplet: 85, 01 and 45. RGB value is (133,1,69). Sum of RGB (Red+Green+Blue) = 133+1+69=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #850145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850145 is #7AFEBA. Grayscale: #303030. Windows color (decimal): -8060603 or 4522373. OLE color: 4522373.

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

Color convert

RGB 133 1 69 -
CMYK 0 0.99 0.48 0.48
HSL 329.09º 0.99% 0.26% -
HSV(B) 329.09º 0.99% 0.52% -
XYZ 10.76 5.44 6.11 -
YUV 48.22 139.73 188.47 -
System Red Green Blue C M Y K H S L
Decimal 133 1 69 0 0.99 0.48 0.48 329.09 0.99 0.26
Hex 85 1 45 0 63 30 30 149 63 1A
Octal 205 1 105 0 143 60 60 511 143 32
Binary 10000101 1 1000101 0 1100011 110000 110000 101001001 1100011 11010

Color Harmonies of #850145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850145

Black with #850145

Text Example


Text Example

White with #850145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850145; }

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

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

background-color css

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

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

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

border-color css

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

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

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