#842667

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

Shades of Dark Purple #842667

Tints of Dark Purple #842667

Color information

#842667 (or 0x842667) is unknown color: approx Dark Purple. HEX triplet: 84, 26 and 67. RGB value is (132,38,103). Sum of RGB (Red+Green+Blue) = 132+38+103=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #842667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842667 is #7BD998. Grayscale: #494949. Windows color (decimal): -8116633 or 6760068. OLE color: 6760068.

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

Color convert

RGB13238103-
CMYK00.710.220.48
HSL318.51º55.29%33.33%-
HSV(B)318.51º71.21%51.76%-
XYZ12.667.2713.57-
YUV73.52144.64169.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 38 (15.23% from 255) = 13.92%
BLUE value IS 103 (40.62% from 255) = 37.73%
R=48.35%
G=13.92%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323810300.710.220.48318.5155.2933.33
Hex842667047163013f3721
Octal20446147010726604776741
Binary1000010010011011001110100011110110110000100111111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842667; }

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

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

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

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

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

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

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

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