Html Css Color HEX #81117B Dark Purple

📋 copy color: '#81117B'

red 129 ◦ green 17 ◦ blue 123

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

Shades of Dark Purple #81117B

Tints of Dark Purple #81117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.32%

 BLUE value IS 123 (48.44% from 255) = 45.72%

R = 47.96%
G = 6.32%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#81117B (or 0x81117B) is known color: Dark Purple. HEX triplet: 81, 11 and 7B. RGB value is (129,17,123). Sum of RGB (Red+Green+Blue) = 129+17+123=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #81117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81117B is #7EEE84. Grayscale: #3E3E3E. Windows color (decimal): -8318597 or 8065409. OLE color: 8065409.

HSL color Cylindrical-coordinate representation of color #81117B: hue angle of 303.21º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81117B is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 17 123 -
CMYK 0 0.87 0.05 0.49
HSL 303.21º 0.77% 0.29% -
HSV(B) 303.21º 0.87% 0.51% -
XYZ 12.83 6.5 19.32 -
YUV 62.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 129 17 123 0 0.87 0.05 0.49 303.21 0.77 0.29
Hex 81 11 7B 0 57 5 31 12F 4D 1D
Octal 201 21 173 0 127 5 61 457 115 35
Binary 10000001 10001 1111011 0 1010111 101 110001 100101111 1001101 11101

Color Harmonies of #81117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81117B

Black with #81117B

Text Example


Text Example

White with #81117B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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