Html Css Color HEX #81006D Purple

📋 copy color: '#81006D'

red 129 ◦ green 0 ◦ blue 109

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

Shades of Purple #81006D

Tints of Purple #81006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 45.8%

R = 54.2%
G = 0%
B = 45.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81006D (or 0x81006D) is known color: Purple. HEX triplet: 81, 00 and 6D. RGB value is (129,0,109). Sum of RGB (Red+Green+Blue) = 129+0+109=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #81006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81006D is #7EFF92. Grayscale: #323232. Windows color (decimal): -8322963 or 7143553. OLE color: 7143553.

HSL color Cylindrical-coordinate representation of color #81006D: hue angle of 309.3º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81006D is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 109 -
CMYK 0 1 0.16 0.49
HSL 309.3º 1% 0.25% -
HSV(B) 309.3º 1% 0.51% -
XYZ 11.81 5.77 14.96 -
YUV 51 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 129 0 109 0 1 0.16 0.49 309.3 1 0.25
Hex 81 0 6D 0 64 10 31 135 64 19
Octal 201 0 155 0 144 20 61 465 144 31
Binary 10000001 0 1101101 0 1100100 10000 110001 100110101 1100100 11001

Color Harmonies of #81006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81006D

Black with #81006D

Text Example


Text Example

White with #81006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81006D; }

 p { color: rgb(129,0,109); }

 H1.HeaderClassName
 {
   color: #81006D;
 }
 .AnyTagClassName
 {
   color: #81006D;
 }
</style>

background-color css

<style>
 a { background-color: #81006D; }

 a { background-color: rgb(129,0,109); }

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

border-color css

<style>
 span { border-color: #81006D; }

 span { border-color: rgb(129,0,109); }

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