#841269

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

Shades of Dark Purple #841269

Tints of Dark Purple #841269

Color information

#841269 (or 0x841269) is unknown color: approx Dark Purple. HEX triplet: 84, 12 and 69. RGB value is (132,18,105). Sum of RGB (Red+Green+Blue) = 132+18+105=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #841269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841269 is #7BED96. Grayscale: #3D3D3D. Windows color (decimal): -8121751 or 6886020. OLE color: 6886020.

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

Color convert

RGB13218105-
CMYK00.860.200.48
HSL314.21º76%29.41%-
HSV(B)314.21º86.36%51.76%-
XYZ12.286.3613.94-
YUV62152.27177.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.76%
GREEN value IS 18 (7.42% from 255) = 7.06%
BLUE value IS 105 (41.41% from 255) = 41.18%
R=51.76%
G=7.06%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321810500.860.200.48314.217629.41
Hex841269056143013a4c1d
Octal204221510126246047211435
Binary100001001001011010010101011010100110000100111010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841269; }

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

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

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

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

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

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

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

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