Html Css Color HEX #81016F Purple

📋 copy color: '#81016F'

red 129 ◦ green 1 ◦ blue 111

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

Shades of Purple #81016F

Tints of Purple #81016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 53.53%
G = 0.41%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#81016F (or 0x81016F) is known color: Purple. HEX triplet: 81, 01 and 6F. RGB value is (129,1,111). Sum of RGB (Red+Green+Blue) = 129+1+111=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #81016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81016F is #7EFE90. Grayscale: #333333. Windows color (decimal): -8322705 or 7274881. OLE color: 7274881.

HSL color Cylindrical-coordinate representation of color #81016F: hue angle of 308.44º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81016F is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 1 111 -
CMYK 0 0.99 0.14 0.49
HSL 308.44º 0.98% 0.25% -
HSV(B) 308.44º 0.99% 0.51% -
XYZ 11.93 5.84 15.54 -
YUV 51.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 129 1 111 0 0.99 0.14 0.49 308.44 0.98 0.25
Hex 81 1 6F 0 63 E 31 134 62 19
Octal 201 1 157 0 143 16 61 464 142 31
Binary 10000001 1 1101111 0 1100011 1110 110001 100110100 1100010 11001

Color Harmonies of #81016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81016F

Black with #81016F

Text Example


Text Example

White with #81016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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