Html Css Color HEX #81237E Dark Purple

📋 copy color: '#81237E'

red 129 ◦ green 35 ◦ blue 126

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

Shades of Dark Purple #81237E

Tints of Dark Purple #81237E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

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

R = 44.48%
G = 12.07%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81237E (or 0x81237E) is known color: Dark Purple. HEX triplet: 81, 23 and 7E. RGB value is (129,35,126). Sum of RGB (Red+Green+Blue) = 129+35+126=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #81237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81237E is #7EDC81. Grayscale: #494949. Windows color (decimal): -8313986 or 8266625. OLE color: 8266625.

HSL color Cylindrical-coordinate representation of color #81237E: hue angle of 301.91º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81237E is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 35 126 -
CMYK 0 0.73 0.02 0.49
HSL 301.91º 0.57% 0.32% -
HSV(B) 301.91º 0.73% 0.51% -
XYZ 13.42 7.38 20.45 -
YUV 73.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 129 35 126 0 0.73 0.02 0.49 301.91 0.57 0.32
Hex 81 23 7E 0 49 2 31 12E 39 20
Octal 201 43 176 0 111 2 61 456 71 40
Binary 10000001 100011 1111110 0 1001001 10 110001 100101110 111001 100000

Color Harmonies of #81237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81237E

Black with #81237E

Text Example


Text Example

White with #81237E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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