Html Css Color HEX #81007F Purple

📋 copy color: '#81007F'

red 129 ◦ green 0 ◦ blue 127

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

Shades of Purple #81007F

Tints of Purple #81007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.39%
G = 0%
B = 49.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81007F (or 0x81007F) is known color: Purple. HEX triplet: 81, 00 and 7F. RGB value is (129,0,127). Sum of RGB (Red+Green+Blue) = 129+0+127=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #81007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81007F is #7EFF80. Grayscale: #343434. Windows color (decimal): -8322945 or 8323201. OLE color: 8323201.

HSL color Cylindrical-coordinate representation of color #81007F: hue angle of 300.93º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81007F is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 127 -
CMYK 0 1 0.02 0.49
HSL 300.93º 1% 0.25% -
HSV(B) 300.93º 1% 0.51% -
XYZ 12.88 6.2 20.6 -
YUV 53.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 129 0 127 0 1 0.02 0.49 300.93 1 0.25
Hex 81 0 7F 0 64 2 31 12D 64 19
Octal 201 0 177 0 144 2 61 455 144 31
Binary 10000001 0 1111111 0 1100100 10 110001 100101101 1100100 11001

Color Harmonies of #81007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81007F

Black with #81007F

Text Example


Text Example

White with #81007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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