Html Css Color HEX #81106B Dark Purple

📋 copy color: '#81106B'

red 129 ◦ green 16 ◦ blue 107

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

Shades of Dark Purple #81106B

Tints of Dark Purple #81106B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

 BLUE value IS 107 (42.19% from 255) = 42.46%

R = 51.19%
G = 6.35%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#81106B (or 0x81106B) is known color: Dark Purple. HEX triplet: 81, 10 and 6B. RGB value is (129,16,107). Sum of RGB (Red+Green+Blue) = 129+16+107=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #81106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81106B is #7EEF94. Grayscale: #3B3B3B. Windows color (decimal): -8318869 or 7016577. OLE color: 7016577.

HSL color Cylindrical-coordinate representation of color #81106B: hue angle of 311.68º degrees, saturation: 0.78, 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 #81106B is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 16 107 -
CMYK 0 0.88 0.17 0.49
HSL 311.68º 0.78% 0.28% -
HSV(B) 311.68º 0.88% 0.51% -
XYZ 11.89 6.1 14.46 -
YUV 60.16 154.44 177.1 -
System Red Green Blue C M Y K H S L
Decimal 129 16 107 0 0.88 0.17 0.49 311.68 0.78 0.28
Hex 81 10 6B 0 58 11 31 138 4E 1C
Octal 201 20 153 0 130 21 61 470 116 34
Binary 10000001 10000 1101011 0 1011000 10001 110001 100111000 1001110 11100

Color Harmonies of #81106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81106B

Black with #81106B

Text Example


Text Example

White with #81106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81106B; }

 p { color: rgb(129,16,107); }

 H1.HeaderClassName
 {
   color: #81106B;
 }
 .AnyTagClassName
 {
   color: #81106B;
 }
</style>

background-color css

<style>
 a { background-color: #81106B; }

 a { background-color: rgb(129,16,107); }

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

border-color css

<style>
 span { border-color: #81106B; }

 span { border-color: rgb(129,16,107); }

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