#841278

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

Shades of Dark Purple #841278

Tints of Dark Purple #841278

Color information

#841278 (or 0x841278) is unknown color: approx Dark Purple. HEX triplet: 84, 12 and 78. RGB value is (132,18,120). Sum of RGB (Red+Green+Blue) = 132+18+120=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #841278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841278 is #7BED87. Grayscale: #3F3F3F. Windows color (decimal): -8121736 or 7869060. OLE color: 7869060.

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

Color convert

RGB13218120-
CMYK00.860.090.48
HSL306.32º76%29.41%-
HSV(B)306.32º86.36%51.76%-
XYZ13.126.6918.37-
YUV63.71159.77176.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=48.89%
G=6.67%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321812000.860.090.48306.327629.41
Hex8412780569301324c1d
Octal204221700126116046211435
Binary10000100100101111000010101101001110000100110010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841278; }

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

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

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

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

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

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

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

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