Html Css Color HEX #840277 Purple

📋 copy color: '#840277'

red 132 ◦ green 2 ◦ blue 119

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

Shades of Purple #840277

Tints of Purple #840277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 52.17%
G = 0.79%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#840277 (or 0x840277) is known color: Purple. HEX triplet: 84, 02 and 77. RGB value is (132,2,119). Sum of RGB (Red+Green+Blue) = 132+2+119=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #840277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840277 is #7BFD88. Grayscale: #353535. Windows color (decimal): -8125833 or 7799428. OLE color: 7799428.

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

Color convert

RGB 132 2 119 -
CMYK 0 0.98 0.10 0.48
HSL 306º 0.97% 0.26% -
HSV(B) 306º 0.98% 0.52% -
XYZ 12.87 6.28 17.99 -
YUV 54.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 132 2 119 0 0.98 0.10 0.48 306 0.97 0.26
Hex 84 2 77 0 62 A 30 132 61 1A
Octal 204 2 167 0 142 12 60 462 141 32
Binary 10000100 10 1110111 0 1100010 1010 110000 100110010 1100001 11010

Color Harmonies of #840277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840277

Black with #840277

Text Example


Text Example

White with #840277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840277; }

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

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

background-color css

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

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

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

border-color css

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

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

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