Html Css Color HEX #81236C Dark Purple

📋 copy color: '#81236C'

red 129 ◦ green 35 ◦ blue 108

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

Shades of Dark Purple #81236C

Tints of Dark Purple #81236C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.71%

R = 47.43%
G = 12.87%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81236C (or 0x81236C) is known color: Dark Purple. HEX triplet: 81, 23 and 6C. RGB value is (129,35,108). Sum of RGB (Red+Green+Blue) = 129+35+108=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81236C is #7EDC93. Grayscale: #474747. Windows color (decimal): -8314004 or 7086977. OLE color: 7086977.

HSL color Cylindrical-coordinate representation of color #81236C: hue angle of 313.4º 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 #81236C is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 35 108 -
CMYK 0 0.73 0.16 0.49
HSL 313.4º 0.57% 0.32% -
HSV(B) 313.4º 0.73% 0.51% -
XYZ 12.36 6.95 14.88 -
YUV 71.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 129 35 108 0 0.73 0.16 0.49 313.4 0.57 0.32
Hex 81 23 6C 0 49 10 31 139 39 20
Octal 201 43 154 0 111 20 61 471 71 40
Binary 10000001 100011 1101100 0 1001001 10000 110001 100111001 111001 100000

Color Harmonies of #81236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81236C

Black with #81236C

Text Example


Text Example

White with #81236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81236C; }

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

 H1.HeaderClassName
 {
   color: #81236C;
 }
 .AnyTagClassName
 {
   color: #81236C;
 }
</style>

background-color css

<style>
 a { background-color: #81236C; }

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

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

border-color css

<style>
 span { border-color: #81236C; }

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

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