Html Css Color HEX #81077F Purple

📋 copy color: '#81077F'

red 129 ◦ green 7 ◦ blue 127

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

Shades of Purple #81077F

Tints of Purple #81077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.29%

R = 49.05%
G = 2.66%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81077F (or 0x81077F) is known color: Purple. HEX triplet: 81, 07 and 7F. RGB value is (129,7,127). Sum of RGB (Red+Green+Blue) = 129+7+127=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #81077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81077F is #7EF880. Grayscale: #383838. Windows color (decimal): -8321153 or 8324993. OLE color: 8324993.

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

Color convert

RGB 129 7 127 -
CMYK 0 0.95 0.02 0.49
HSL 300.98º 0.9% 0.27% -
HSV(B) 300.98º 0.95% 0.51% -
XYZ 12.96 6.35 20.62 -
YUV 57.16 167.42 179.24 -
System Red Green Blue C M Y K H S L
Decimal 129 7 127 0 0.95 0.02 0.49 300.98 0.9 0.27
Hex 81 7 7F 0 5F 2 31 12D 5A 1B
Octal 201 7 177 0 137 2 61 455 132 33
Binary 10000001 111 1111111 0 1011111 10 110001 100101101 1011010 11011

Color Harmonies of #81077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81077F

Black with #81077F

Text Example


Text Example

White with #81077F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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