Html Css Color HEX #81336C Dark Purple

📋 copy color: '#81336C'

red 129 ◦ green 51 ◦ blue 108

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

Shades of Dark Purple #81336C

Tints of Dark Purple #81336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

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

R = 44.79%
G = 17.71%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81336C (or 0x81336C) is known color: Dark Purple. HEX triplet: 81, 33 and 6C. RGB value is (129,51,108). Sum of RGB (Red+Green+Blue) = 129+51+108=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #81336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81336C is #7ECC93. Grayscale: #505050. Windows color (decimal): -8309908 or 7091073. OLE color: 7091073.

HSL color Cylindrical-coordinate representation of color #81336C: hue angle of 316.15º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81336C is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 108 -
CMYK 0 0.60 0.16 0.49
HSL 316.15º 0.43% 0.35% -
HSV(B) 316.15º 0.6% 0.51% -
XYZ 12.94 8.12 15.07 -
YUV 80.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 129 51 108 0 0.60 0.16 0.49 316.15 0.43 0.35
Hex 81 33 6C 0 3C 10 31 13C 2B 23
Octal 201 63 154 0 74 20 61 474 53 43
Binary 10000001 110011 1101100 0 111100 10000 110001 100111100 101011 100011

Color Harmonies of #81336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81336C

Black with #81336C

Text Example


Text Example

White with #81336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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