Html Css Color HEX #810C6A Dark Purple

📋 copy color: '#810C6A'

red 129 ◦ green 12 ◦ blue 106

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

Shades of Dark Purple #810C6A

Tints of Dark Purple #810C6A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

 BLUE value IS 106 (41.8% from 255) = 42.91%

R = 52.23%
G = 4.86%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#810C6A (or 0x810C6A) is known color: Dark Purple. HEX triplet: 81, 0C and 6A. RGB value is (129,12,106). Sum of RGB (Red+Green+Blue) = 129+12+106=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #810C6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810C6A is #7EF395. Grayscale: #393939. Windows color (decimal): -8319894 or 6950017. OLE color: 6950017.

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

Color convert

RGB 129 12 106 -
CMYK 0 0.91 0.18 0.49
HSL 311.79º 0.83% 0.28% -
HSV(B) 311.79º 0.91% 0.51% -
XYZ 11.79 5.97 14.17 -
YUV 57.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 129 12 106 0 0.91 0.18 0.49 311.79 0.83 0.28
Hex 81 C 6A 0 5B 12 31 138 53 1C
Octal 201 14 152 0 133 22 61 470 123 34
Binary 10000001 1100 1101010 0 1011011 10010 110001 100111000 1010011 11100

Color Harmonies of #810C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810C6A

Black with #810C6A

Text Example


Text Example

White with #810C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,12,106); }

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

background-color css

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

 a { background-color: rgb(129,12,106); }

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

border-color css

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

 span { border-color: rgb(129,12,106); }

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