Html Css Color HEX #850174 Purple

📋 copy color: '#850174'

red 133 ◦ green 1 ◦ blue 116

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

Shades of Purple #850174

Tints of Purple #850174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.4%

R = 53.2%
G = 0.4%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#850174 (or 0x850174) is known color: Purple. HEX triplet: 85, 01 and 74. RGB value is (133,1,116). Sum of RGB (Red+Green+Blue) = 133+1+116=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #850174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850174 is #7AFE8B. Grayscale: #353535. Windows color (decimal): -8060556 or 7602565. OLE color: 7602565.

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

Color convert

RGB 133 1 116 -
CMYK 0 0.99 0.13 0.48
HSL 307.73º 0.99% 0.26% -
HSV(B) 307.73º 0.99% 0.52% -
XYZ 12.84 6.27 17.06 -
YUV 53.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 133 1 116 0 0.99 0.13 0.48 307.73 0.99 0.26
Hex 85 1 74 0 63 D 30 134 63 1A
Octal 205 1 164 0 143 15 60 464 143 32
Binary 10000101 1 1110100 0 1100011 1101 110000 100110100 1100011 11010

Color Harmonies of #850174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850174

Black with #850174

Text Example


Text Example

White with #850174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850174; }

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

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

background-color css

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

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

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

border-color css

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

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

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