#841277

Color #841277 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #841277

Tints of Dark Purple #841277

Color information

#841277 (or 0x841277) is unknown color: approx Dark Purple. HEX triplet: 84, 12 and 77. RGB value is (132,18,119). Sum of RGB (Red+Green+Blue) = 132+18+119=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #841277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841277 is #7BED88. Grayscale: #3F3F3F. Windows color (decimal): -8121737 or 7803524. OLE color: 7803524.

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

Color convert

RGB13218119-
CMYK00.860.100.48
HSL306.84º76%29.41%-
HSV(B)306.84º86.36%51.76%-
XYZ13.066.6718.05-
YUV63.6159.27176.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 18 (7.42% from 255) = 6.69%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=49.07%
G=6.69%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321811900.860.100.48306.847629.41
Hex841277056A301334c1d
Octal204221670126126046311435
Binary10000100100101110111010101101010110000100110011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841277; }

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

 H1.HeaderClassName
 {
   color: #841277;
 }
 .AnyTagClassName
 {
   color: #841277;
 }
</style>
background-color css

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

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

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

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

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

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