#84267F

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

Shades of Dark Purple #84267F

Tints of Dark Purple #84267F

Color information

#84267F (or 0x84267F) is unknown color: approx Dark Purple. HEX triplet: 84, 26 and 7F. RGB value is (132,38,127). Sum of RGB (Red+Green+Blue) = 132+38+127=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84267F is #7BD980. Grayscale: #4B4B4B. Windows color (decimal): -8116609 or 8332932. OLE color: 8332932.

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

Color convert

RGB13238127-
CMYK00.710.040.48
HSL303.19º55.29%33.33%-
HSV(B)303.19º71.21%51.76%-
XYZ14.047.8220.85-
YUV76.25156.64167.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 127 (50% from 255) = 42.76%
R=44.44%
G=12.79%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323812700.710.040.48303.1955.2933.33
Hex84267F04743012f3721
Octal2044617701074604576741
Binary10000100100110111111101000111100110000100101111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84267F; }

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

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

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

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

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

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

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

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