Html Css Color HEX #81077C Purple

📋 copy color: '#81077C'

red 129 ◦ green 7 ◦ blue 124

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

Shades of Purple #81077C

Tints of Purple #81077C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.69%

R = 49.62%
G = 2.69%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#81077C (or 0x81077C) is known color: Purple. HEX triplet: 81, 07 and 7C. RGB value is (129,7,124). Sum of RGB (Red+Green+Blue) = 129+7+124=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #81077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81077C is #7EF883. Grayscale: #383838. Windows color (decimal): -8321156 or 8128385. OLE color: 8128385.

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

Color convert

RGB 129 7 124 -
CMYK 0 0.95 0.04 0.49
HSL 302.46º 0.9% 0.27% -
HSV(B) 302.46º 0.95% 0.51% -
XYZ 12.77 6.27 19.61 -
YUV 56.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 129 7 124 0 0.95 0.04 0.49 302.46 0.9 0.27
Hex 81 7 7C 0 5F 4 31 12E 5A 1B
Octal 201 7 174 0 137 4 61 456 132 33
Binary 10000001 111 1111100 0 1011111 100 110001 100101110 1011010 11011

Color Harmonies of #81077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81077C

Black with #81077C

Text Example


Text Example

White with #81077C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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