Html Css Color HEX #81147F Dark Purple

📋 copy color: '#81147F'

red 129 ◦ green 20 ◦ blue 127

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

Shades of Dark Purple #81147F

Tints of Dark Purple #81147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

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

R = 46.74%
G = 7.25%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81147F (or 0x81147F) is known color: Dark Purple. HEX triplet: 81, 14 and 7F. RGB value is (129,20,127). Sum of RGB (Red+Green+Blue) = 129+20+127=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #81147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81147F is #7EEB80. Grayscale: #404040. Windows color (decimal): -8317825 or 8328321. OLE color: 8328321.

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

Color convert

RGB 129 20 127 -
CMYK 0 0.84 0.02 0.49
HSL 301.1º 0.73% 0.29% -
HSV(B) 301.1º 0.84% 0.51% -
XYZ 13.13 6.7 20.68 -
YUV 64.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 129 20 127 0 0.84 0.02 0.49 301.1 0.73 0.29
Hex 81 14 7F 0 54 2 31 12D 49 1D
Octal 201 24 177 0 124 2 61 455 111 35
Binary 10000001 10100 1111111 0 1010100 10 110001 100101101 1001001 11101

Color Harmonies of #81147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81147F

Black with #81147F

Text Example


Text Example

White with #81147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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