#84127A

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

Shades of Dark Purple #84127A

Tints of Dark Purple #84127A

Color information

#84127A (or 0x84127A) is unknown color: approx Dark Purple. HEX triplet: 84, 12 and 7A. RGB value is (132,18,122). Sum of RGB (Red+Green+Blue) = 132+18+122=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #84127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84127A is #7BED85. Grayscale: #3F3F3F. Windows color (decimal): -8121734 or 8000132. OLE color: 8000132.

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

Color convert

RGB13218122-
CMYK00.860.080.48
HSL305.26º76%29.41%-
HSV(B)305.26º86.36%51.76%-
XYZ13.246.7419.02-
YUV63.94160.77176.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.53%
GREEN value IS 18 (7.42% from 255) = 6.62%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=48.53%
G=6.62%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321812200.860.080.48305.267629.41
Hex84127A0568301314c1d
Octal204221720126106046111435
Binary10000100100101111010010101101000110000100110001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84127A; }

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

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

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

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

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

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

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

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