Html Css Color HEX #81197D Dark Purple

📋 copy color: '#81197D'

red 129 ◦ green 25 ◦ blue 125

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

Shades of Dark Purple #81197D

Tints of Dark Purple #81197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

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

R = 46.24%
G = 8.96%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81197D (or 0x81197D) is known color: Dark Purple. HEX triplet: 81, 19 and 7D. RGB value is (129,25,125). Sum of RGB (Red+Green+Blue) = 129+25+125=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #81197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81197D is #7EE682. Grayscale: #434343. Windows color (decimal): -8316547 or 8198529. OLE color: 8198529.

HSL color Cylindrical-coordinate representation of color #81197D: hue angle of 302.31º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81197D is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 25 125 -
CMYK 0 0.81 0.03 0.49
HSL 302.31º 0.68% 0.3% -
HSV(B) 302.31º 0.81% 0.51% -
XYZ 13.1 6.84 20.03 -
YUV 67.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 129 25 125 0 0.81 0.03 0.49 302.31 0.68 0.3
Hex 81 19 7D 0 51 3 31 12E 44 1E
Octal 201 31 175 0 121 3 61 456 104 36
Binary 10000001 11001 1111101 0 1010001 11 110001 100101110 1000100 11110

Color Harmonies of #81197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81197D

Black with #81197D

Text Example


Text Example

White with #81197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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