Html Css Color HEX #81297B Dark Purple

📋 copy color: '#81297B'

red 129 ◦ green 41 ◦ blue 123

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

Shades of Dark Purple #81297B

Tints of Dark Purple #81297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.98%

R = 44.03%
G = 13.99%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#81297B (or 0x81297B) is known color: Dark Purple. HEX triplet: 81, 29 and 7B. RGB value is (129,41,123). Sum of RGB (Red+Green+Blue) = 129+41+123=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #81297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81297B is #7ED684. Grayscale: #4C4C4C. Windows color (decimal): -8312453 or 8071553. OLE color: 8071553.

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

Color convert

RGB 129 41 123 -
CMYK 0 0.68 0.05 0.49
HSL 304.09º 0.52% 0.33% -
HSV(B) 304.09º 0.68% 0.51% -
XYZ 13.42 7.68 19.51 -
YUV 76.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 129 41 123 0 0.68 0.05 0.49 304.09 0.52 0.33
Hex 81 29 7B 0 44 5 31 130 34 21
Octal 201 51 173 0 104 5 61 460 64 41
Binary 10000001 101001 1111011 0 1000100 101 110001 100110000 110100 100001

Color Harmonies of #81297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81297B

Black with #81297B

Text Example


Text Example

White with #81297B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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