Html Css Color HEX #81076F Purple

📋 copy color: '#81076F'

red 129 ◦ green 7 ◦ blue 111

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

Shades of Purple #81076F

Tints of Purple #81076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.83%

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

R = 52.23%
G = 2.83%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#81076F (or 0x81076F) is known color: Purple. HEX triplet: 81, 07 and 6F. RGB value is (129,7,111). Sum of RGB (Red+Green+Blue) = 129+7+111=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #81076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81076F is #7EF890. Grayscale: #373737. Windows color (decimal): -8321169 or 7276417. OLE color: 7276417.

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

Color convert

RGB 129 7 111 -
CMYK 0 0.95 0.14 0.49
HSL 308.85º 0.9% 0.27% -
HSV(B) 308.85º 0.95% 0.51% -
XYZ 12 5.97 15.56 -
YUV 55.33 159.42 180.54 -
System Red Green Blue C M Y K H S L
Decimal 129 7 111 0 0.95 0.14 0.49 308.85 0.9 0.27
Hex 81 7 6F 0 5F E 31 135 5A 1B
Octal 201 7 157 0 137 16 61 465 132 33
Binary 10000001 111 1101111 0 1011111 1110 110001 100110101 1011010 11011

Color Harmonies of #81076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81076F

Black with #81076F

Text Example


Text Example

White with #81076F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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