Html Css Color HEX #81076B Purple

📋 copy color: '#81076B'

red 129 ◦ green 7 ◦ blue 107

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

Shades of Purple #81076B

Tints of Purple #81076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.03%

R = 53.09%
G = 2.88%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#81076B (or 0x81076B) is known color: Purple. HEX triplet: 81, 07 and 6B. RGB value is (129,7,107). Sum of RGB (Red+Green+Blue) = 129+7+107=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #81076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81076B is #7EF894. Grayscale: #363636. Windows color (decimal): -8321173 or 7014273. OLE color: 7014273.

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

Color convert

RGB 129 7 107 -
CMYK 0 0.95 0.17 0.49
HSL 310.82º 0.9% 0.27% -
HSV(B) 310.82º 0.95% 0.51% -
XYZ 11.78 5.88 14.42 -
YUV 54.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 129 7 107 0 0.95 0.17 0.49 310.82 0.9 0.27
Hex 81 7 6B 0 5F 11 31 137 5A 1B
Octal 201 7 153 0 137 21 61 467 132 33
Binary 10000001 111 1101011 0 1011111 10001 110001 100110111 1011010 11011

Color Harmonies of #81076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81076B

Black with #81076B

Text Example


Text Example

White with #81076B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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