#842669

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

Shades of Dark Purple #842669

Tints of Dark Purple #842669

Color information

#842669 (or 0x842669) is unknown color: approx Dark Purple. HEX triplet: 84, 26 and 69. RGB value is (132,38,105). Sum of RGB (Red+Green+Blue) = 132+38+105=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #842669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842669 is #7BD996. Grayscale: #494949. Windows color (decimal): -8116631 or 6891140. OLE color: 6891140.

HSL color Cylindrical-coordinate representation of color #842669: hue angle of 317.23º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842669 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13238105-
CMYK00.710.200.48
HSL317.23º55.29%33.33%-
HSV(B)317.23º71.21%51.76%-
XYZ12.767.3114.1-
YUV73.74145.64169.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=48%
G=13.82%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323810500.710.200.48317.2355.2933.33
Hex842669047143013d3721
Octal20446151010724604756741
Binary1000010010011011010010100011110100110000100111101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842669; }

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

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

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

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

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

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

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

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