Html Css Color HEX #81147D Dark Purple

📋 copy color: '#81147D'

red 129 ◦ green 20 ◦ blue 125

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

Shades of Dark Purple #81147D

Tints of Dark Purple #81147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.62%

R = 47.08%
G = 7.3%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81147D (or 0x81147D) is known color: Dark Purple. HEX triplet: 81, 14 and 7D. RGB value is (129,20,125). Sum of RGB (Red+Green+Blue) = 129+20+125=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #81147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81147D is #7EEB82. Grayscale: #404040. Windows color (decimal): -8317827 or 8197249. OLE color: 8197249.

HSL color Cylindrical-coordinate representation of color #81147D: hue angle of 302.2º 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 #81147D is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 20 125 -
CMYK 0 0.84 0.03 0.49
HSL 302.2º 0.73% 0.29% -
HSV(B) 302.2º 0.84% 0.51% -
XYZ 13.01 6.65 20 -
YUV 64.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 129 20 125 0 0.84 0.03 0.49 302.2 0.73 0.29
Hex 81 14 7D 0 54 3 31 12E 49 1D
Octal 201 24 175 0 124 3 61 456 111 35
Binary 10000001 10100 1111101 0 1010100 11 110001 100101110 1001001 11101

Color Harmonies of #81147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81147D

Black with #81147D

Text Example


Text Example

White with #81147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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