Html Css Color HEX #81007A Purple

📋 copy color: '#81007A'

red 129 ◦ green 0 ◦ blue 122

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

Shades of Purple #81007A

Tints of Purple #81007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 48.61%

R = 51.39%
G = 0%
B = 48.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#81007A (or 0x81007A) is known color: Purple. HEX triplet: 81, 00 and 7A. RGB value is (129,0,122). Sum of RGB (Red+Green+Blue) = 129+0+122=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #81007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81007A is #7EFF85. Grayscale: #343434. Windows color (decimal): -8322950 or 7995521. OLE color: 7995521.

HSL color Cylindrical-coordinate representation of color #81007A: hue angle of 303.26º 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 #81007A is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 122 -
CMYK 0 1 0.05 0.49
HSL 303.26º 1% 0.25% -
HSV(B) 303.26º 1% 0.51% -
XYZ 12.57 6.07 18.92 -
YUV 52.48 167.24 182.58 -
System Red Green Blue C M Y K H S L
Decimal 129 0 122 0 1 0.05 0.49 303.26 1 0.25
Hex 81 0 7A 0 64 5 31 12F 64 19
Octal 201 0 172 0 144 5 61 457 144 31
Binary 10000001 0 1111010 0 1100100 101 110001 100101111 1100100 11001

Color Harmonies of #81007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81007A

Black with #81007A

Text Example


Text Example

White with #81007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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