Html Css Color HEX #812F6F Dark Purple

📋 copy color: '#812F6F'

red 129 ◦ green 47 ◦ blue 111

#812F6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #812F6F

Tints of Dark Purple #812F6F

RGB

 RED value IS 129 (50.78% from 255) = 44.95%

 GREEN value IS 47 (18.75% from 255) = 16.38%

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 44.95%
G = 16.38%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#812F6F (or 0x812F6F) is known color: Dark Purple. HEX triplet: 81, 2F and 6F. RGB value is (129,47,111). Sum of RGB (Red+Green+Blue) = 129+47+111=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #812F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812F6F is #7ED090. Grayscale: #4E4E4E. Windows color (decimal): -8310929 or 7286657. OLE color: 7286657.

HSL color Cylindrical-coordinate representation of color #812F6F: hue angle of 313.17º 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 #812F6F is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 47 111 -
CMYK 0 0.64 0.14 0.49
HSL 313.17º 0.47% 0.35% -
HSV(B) 313.17º 0.64% 0.51% -
XYZ 12.94 7.85 15.87 -
YUV 78.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 129 47 111 0 0.64 0.14 0.49 313.17 0.47 0.35
Hex 81 2F 6F 0 40 E 31 139 2F 23
Octal 201 57 157 0 100 16 61 471 57 43
Binary 10000001 101111 1101111 0 1000000 1110 110001 100111001 101111 100011

Color Harmonies of #812F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812F6F

Black with #812F6F

Text Example


Text Example

White with #812F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #812F6F;
 }
 .AnyTagClassName
 {
   color: #812F6F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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