Html Css Color HEX #81297D Dark Purple

📋 copy color: '#81297D'

red 129 ◦ green 41 ◦ blue 125

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

Shades of Dark Purple #81297D

Tints of Dark Purple #81297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.9%

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

R = 43.73%
G = 13.9%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81297D (or 0x81297D) is known color: Dark Purple. HEX triplet: 81, 29 and 7D. RGB value is (129,41,125). Sum of RGB (Red+Green+Blue) = 129+41+125=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #81297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81297D is #7ED682. Grayscale: #4C4C4C. Windows color (decimal): -8312451 or 8202625. OLE color: 8202625.

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

Color convert

RGB 129 41 125 -
CMYK 0 0.68 0.03 0.49
HSL 302.73º 0.52% 0.33% -
HSV(B) 302.73º 0.68% 0.51% -
XYZ 13.55 7.73 20.18 -
YUV 76.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 129 41 125 0 0.68 0.03 0.49 302.73 0.52 0.33
Hex 81 29 7D 0 44 3 31 12F 34 21
Octal 201 51 175 0 104 3 61 457 64 41
Binary 10000001 101001 1111101 0 1000100 11 110001 100101111 110100 100001

Color Harmonies of #81297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81297D

Black with #81297D

Text Example


Text Example

White with #81297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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