Html Css Color HEX #810F6F Dark Purple

📋 copy color: '#810F6F'

red 129 ◦ green 15 ◦ blue 111

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

Shades of Dark Purple #810F6F

Tints of Dark Purple #810F6F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.88%

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

R = 50.59%
G = 5.88%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#810F6F (or 0x810F6F) is known color: Dark Purple. HEX triplet: 81, 0F and 6F. RGB value is (129,15,111). Sum of RGB (Red+Green+Blue) = 129+15+111=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #810F6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810F6F is #7EF090. Grayscale: #3B3B3B. Windows color (decimal): -8319121 or 7278465. OLE color: 7278465.

HSL color Cylindrical-coordinate representation of color #810F6F: hue angle of 309.47º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #810F6F is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 15 111 -
CMYK 0 0.88 0.14 0.49
HSL 309.47º 0.79% 0.28% -
HSV(B) 309.47º 0.88% 0.51% -
XYZ 12.09 6.16 15.59 -
YUV 60.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 129 15 111 0 0.88 0.14 0.49 309.47 0.79 0.28
Hex 81 F 6F 0 58 E 31 135 4F 1C
Octal 201 17 157 0 130 16 61 465 117 34
Binary 10000001 1111 1101111 0 1011000 1110 110001 100110101 1001111 11100

Color Harmonies of #810F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810F6F

Black with #810F6F

Text Example


Text Example

White with #810F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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