Html Css Color HEX #81076C Purple

📋 copy color: '#81076C'

red 129 ◦ green 7 ◦ blue 108

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

Shades of Purple #81076C

Tints of Purple #81076C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.26%

R = 52.87%
G = 2.87%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81076C (or 0x81076C) is known color: Purple. HEX triplet: 81, 07 and 6C. RGB value is (129,7,108). Sum of RGB (Red+Green+Blue) = 129+7+108=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #81076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81076C is #7EF893. Grayscale: #363636. Windows color (decimal): -8321172 or 7079809. OLE color: 7079809.

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

Color convert

RGB 129 7 108 -
CMYK 0 0.95 0.16 0.49
HSL 310.33º 0.9% 0.27% -
HSV(B) 310.33º 0.95% 0.51% -
XYZ 11.84 5.9 14.7 -
YUV 54.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 129 7 108 0 0.95 0.16 0.49 310.33 0.9 0.27
Hex 81 7 6C 0 5F 10 31 136 5A 1B
Octal 201 7 154 0 137 20 61 466 132 33
Binary 10000001 111 1101100 0 1011111 10000 110001 100110110 1011010 11011

Color Harmonies of #81076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81076C

Black with #81076C

Text Example


Text Example

White with #81076C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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