Html Css Color HEX #850173 Purple

📋 copy color: '#850173'

red 133 ◦ green 1 ◦ blue 115

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

Shades of Purple #850173

Tints of Purple #850173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.18%

R = 53.41%
G = 0.4%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#850173 (or 0x850173) is known color: Purple. HEX triplet: 85, 01 and 73. RGB value is (133,1,115). Sum of RGB (Red+Green+Blue) = 133+1+115=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #850173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850173 is #7AFE8C. Grayscale: #353535. Windows color (decimal): -8060557 or 7537029. OLE color: 7537029.

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

Color convert

RGB 133 1 115 -
CMYK 0 0.99 0.14 0.48
HSL 308.18º 0.99% 0.26% -
HSV(B) 308.18º 0.99% 0.52% -
XYZ 12.78 6.25 16.75 -
YUV 53.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 133 1 115 0 0.99 0.14 0.48 308.18 0.99 0.26
Hex 85 1 73 0 63 E 30 134 63 1A
Octal 205 1 163 0 143 16 60 464 143 32
Binary 10000101 1 1110011 0 1100011 1110 110000 100110100 1100011 11010

Color Harmonies of #850173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850173

Black with #850173

Text Example


Text Example

White with #850173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850173; }

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

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

background-color css

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

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

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

border-color css

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

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

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