Html Css Color HEX #81276B Dark Purple

📋 copy color: '#81276B'

red 129 ◦ green 39 ◦ blue 107

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

Shades of Dark Purple #81276B

Tints of Dark Purple #81276B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.18%

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

R = 46.91%
G = 14.18%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#81276B (or 0x81276B) is known color: Dark Purple. HEX triplet: 81, 27 and 6B. RGB value is (129,39,107). Sum of RGB (Red+Green+Blue) = 129+39+107=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #81276B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81276B is #7ED894. Grayscale: #494949. Windows color (decimal): -8312981 or 7022465. OLE color: 7022465.

HSL color Cylindrical-coordinate representation of color #81276B: hue angle of 314.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81276B is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 39 107 -
CMYK 0 0.70 0.17 0.49
HSL 314.67º 0.54% 0.33% -
HSV(B) 314.67º 0.7% 0.51% -
XYZ 12.43 7.18 14.64 -
YUV 73.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 129 39 107 0 0.70 0.17 0.49 314.67 0.54 0.33
Hex 81 27 6B 0 46 11 31 13B 36 21
Octal 201 47 153 0 106 21 61 473 66 41
Binary 10000001 100111 1101011 0 1000110 10001 110001 100111011 110110 100001

Color Harmonies of #81276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81276B

Black with #81276B

Text Example


Text Example

White with #81276B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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