Html Css Color HEX #81076E Purple

📋 copy color: '#81076E'

red 129 ◦ green 7 ◦ blue 110

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

Shades of Purple #81076E

Tints of Purple #81076E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.72%

R = 52.44%
G = 2.85%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#81076E (or 0x81076E) is known color: Purple. HEX triplet: 81, 07 and 6E. RGB value is (129,7,110). Sum of RGB (Red+Green+Blue) = 129+7+110=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #81076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81076E is #7EF891. Grayscale: #363636. Windows color (decimal): -8321170 or 7210881. OLE color: 7210881.

HSL color Cylindrical-coordinate representation of color #81076E: hue angle of 309.34º 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 #81076E is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 7 110 -
CMYK 0 0.95 0.15 0.49
HSL 309.34º 0.9% 0.27% -
HSV(B) 309.34º 0.95% 0.51% -
XYZ 11.94 5.94 15.27 -
YUV 55.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 129 7 110 0 0.95 0.15 0.49 309.34 0.9 0.27
Hex 81 7 6E 0 5F F 31 135 5A 1B
Octal 201 7 156 0 137 17 61 465 132 33
Binary 10000001 111 1101110 0 1011111 1111 110001 100110101 1011010 11011

Color Harmonies of #81076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81076E

Black with #81076E

Text Example


Text Example

White with #81076E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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