Html Css Color HEX #81297E Dark Purple

📋 copy color: '#81297E'

red 129 ◦ green 41 ◦ blue 126

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

Shades of Dark Purple #81297E

Tints of Dark Purple #81297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.57%

R = 43.58%
G = 13.85%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81297E (or 0x81297E) is known color: Dark Purple. HEX triplet: 81, 29 and 7E. RGB value is (129,41,126). Sum of RGB (Red+Green+Blue) = 129+41+126=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #81297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81297E is #7ED681. Grayscale: #4C4C4C. Windows color (decimal): -8312450 or 8268161. OLE color: 8268161.

HSL color Cylindrical-coordinate representation of color #81297E: hue angle of 302.05º 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 #81297E is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 41 126 -
CMYK 0 0.68 0.02 0.49
HSL 302.05º 0.52% 0.33% -
HSV(B) 302.05º 0.68% 0.51% -
XYZ 13.61 7.76 20.52 -
YUV 77 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 129 41 126 0 0.68 0.02 0.49 302.05 0.52 0.33
Hex 81 29 7E 0 44 2 31 12E 34 21
Octal 201 51 176 0 104 2 61 456 64 41
Binary 10000001 101001 1111110 0 1000100 10 110001 100101110 110100 100001

Color Harmonies of #81297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81297E

Black with #81297E

Text Example


Text Example

White with #81297E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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