Html Css Color HEX #81006F Purple

📋 copy color: '#81006F'

red 129 ◦ green 0 ◦ blue 111

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

Shades of Purple #81006F

Tints of Purple #81006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.25%

R = 53.75%
G = 0%
B = 46.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#81006F (or 0x81006F) is known color: Purple. HEX triplet: 81, 00 and 6F. RGB value is (129,0,111). Sum of RGB (Red+Green+Blue) = 129+0+111=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #81006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81006F is #7EFF90. Grayscale: #323232. Windows color (decimal): -8322961 or 7274625. OLE color: 7274625.

HSL color Cylindrical-coordinate representation of color #81006F: hue angle of 308.37º 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 #81006F is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 111 -
CMYK 0 1 0.14 0.49
HSL 308.37º 1% 0.25% -
HSV(B) 308.37º 1% 0.51% -
XYZ 11.92 5.81 15.53 -
YUV 51.23 161.74 183.47 -
System Red Green Blue C M Y K H S L
Decimal 129 0 111 0 1 0.14 0.49 308.37 1 0.25
Hex 81 0 6F 0 64 E 31 134 64 19
Octal 201 0 157 0 144 16 61 464 144 31
Binary 10000001 0 1101111 0 1100100 1110 110001 100110100 1100100 11001

Color Harmonies of #81006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81006F

Black with #81006F

Text Example


Text Example

White with #81006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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