Html Css Color HEX #840177 Purple

📋 copy color: '#840177'

red 132 ◦ green 1 ◦ blue 119

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

Shades of Purple #840177

Tints of Purple #840177

RGB

 RED value IS 132 (51.95% from 255) = 52.38%

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

 BLUE value IS 119 (46.88% from 255) = 47.22%

R = 52.38%
G = 0.4%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#840177 (or 0x840177) is known color: Purple. HEX triplet: 84, 01 and 77. RGB value is (132,1,119). Sum of RGB (Red+Green+Blue) = 132+1+119=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #840177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840177 is #7BFE88. Grayscale: #353535. Windows color (decimal): -8126089 or 7799172. OLE color: 7799172.

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

Color convert

RGB 132 1 119 -
CMYK 0 0.99 0.10 0.48
HSL 305.95º 0.98% 0.26% -
HSV(B) 305.95º 0.99% 0.52% -
XYZ 12.86 6.26 17.98 -
YUV 53.62 164.9 183.91 -
System Red Green Blue C M Y K H S L
Decimal 132 1 119 0 0.99 0.10 0.48 305.95 0.98 0.26
Hex 84 1 77 0 63 A 30 132 62 1A
Octal 204 1 167 0 143 12 60 462 142 32
Binary 10000100 1 1110111 0 1100011 1010 110000 100110010 1100010 11010

Color Harmonies of #840177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840177

Black with #840177

Text Example


Text Example

White with #840177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840177; }

 p { color: rgb(132,1,119); }

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

background-color css

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

 a { background-color: rgb(132,1,119); }

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

border-color css

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

 span { border-color: rgb(132,1,119); }

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