Html Css Color HEX #81276F Dark Purple

📋 copy color: '#81276F'

red 129 ◦ green 39 ◦ blue 111

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

Shades of Dark Purple #81276F

Tints of Dark Purple #81276F

RGB

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

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

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

R = 46.24%
G = 13.98%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#81276F (or 0x81276F) is known color: Dark Purple. HEX triplet: 81, 27 and 6F. RGB value is (129,39,111). Sum of RGB (Red+Green+Blue) = 129+39+111=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #81276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81276F is #7ED890. Grayscale: #494949. Windows color (decimal): -8312977 or 7284609. OLE color: 7284609.

HSL color Cylindrical-coordinate representation of color #81276F: hue angle of 312º 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 #81276F is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 39 111 -
CMYK 0 0.70 0.14 0.49
HSL 312º 0.54% 0.33% -
HSV(B) 312º 0.7% 0.51% -
XYZ 12.65 7.27 15.77 -
YUV 74.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 129 39 111 0 0.70 0.14 0.49 312 0.54 0.33
Hex 81 27 6F 0 46 E 31 138 36 21
Octal 201 47 157 0 106 16 61 470 66 41
Binary 10000001 100111 1101111 0 1000110 1110 110001 100111000 110110 100001

Color Harmonies of #81276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81276F

Black with #81276F

Text Example


Text Example

White with #81276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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