#812F7B

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

Shades of Dark Purple #812F7B

Tints of Dark Purple #812F7B

Color information

#812F7B (or 0x812F7B) is unknown color: approx Dark Purple. HEX triplet: 81, 2F and 7B. RGB value is (129,47,123). Sum of RGB (Red+Green+Blue) = 129+47+123=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #812F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812F7B is #7ED084. Grayscale: #4F4F4F. Windows color (decimal): -8310917 or 8073089. OLE color: 8073089.

HSL color Cylindrical-coordinate representation of color #812F7B: hue angle of 304.39º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #812F7B is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB12947123-
CMYK00.640.050.49
HSL304.39º46.59%34.51%-
HSV(B)304.39º63.57%50.59%-
XYZ13.648.1319.59-
YUV80.18152.17162.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 47 (18.75% from 255) = 15.72%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=43.14%
G=15.72%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294712300.640.050.49304.3946.5934.51
Hex812F7B0405311302f23
Octal2015717301005614605743
Binary10000001101111111101101000000101110001100110000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812F7B; }

 p { color: rgb(129,47,123); }

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

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

 a { background-color: rgb(129,47,123); }

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

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

 span { border-color: rgb(129,47,123); }

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