Html Css Color HEX #81267F Dark Purple

📋 copy color: '#81267F'

red 129 ◦ green 38 ◦ blue 127

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

Shades of Dark Purple #81267F

Tints of Dark Purple #81267F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

 BLUE value IS 127 (50% from 255) = 43.2%

R = 43.88%
G = 12.93%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81267F (or 0x81267F) is known color: Dark Purple. HEX triplet: 81, 26 and 7F. RGB value is (129,38,127). Sum of RGB (Red+Green+Blue) = 129+38+127=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #81267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81267F is #7ED980. Grayscale: #4B4B4B. Windows color (decimal): -8313217 or 8332929. OLE color: 8332929.

HSL color Cylindrical-coordinate representation of color #81267F: hue angle of 301.32º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81267F is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 38 127 -
CMYK 0 0.71 0.02 0.49
HSL 301.32º 0.54% 0.33% -
HSV(B) 301.32º 0.71% 0.51% -
XYZ 13.58 7.59 20.83 -
YUV 75.36 157.15 166.26 -
System Red Green Blue C M Y K H S L
Decimal 129 38 127 0 0.71 0.02 0.49 301.32 0.54 0.33
Hex 81 26 7F 0 47 2 31 12D 36 21
Octal 201 46 177 0 107 2 61 455 66 41
Binary 10000001 100110 1111111 0 1000111 10 110001 100101101 110110 100001

Color Harmonies of #81267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81267F

Black with #81267F

Text Example


Text Example

White with #81267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,38,127); }

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

background-color css

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

 a { background-color: rgb(129,38,127); }

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

border-color css

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

 span { border-color: rgb(129,38,127); }

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