Html Css Color HEX #81007D Purple

📋 copy color: '#81007D'

red 129 ◦ green 0 ◦ blue 125

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

Shades of Purple #81007D

Tints of Purple #81007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.21%

R = 50.79%
G = 0%
B = 49.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81007D (or 0x81007D) is known color: Purple. HEX triplet: 81, 00 and 7D. RGB value is (129,0,125). Sum of RGB (Red+Green+Blue) = 129+0+125=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #81007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81007D is #7EFF82. Grayscale: #343434. Windows color (decimal): -8322947 or 8192129. OLE color: 8192129.

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

Color convert

RGB 129 0 125 -
CMYK 0 1 0.03 0.49
HSL 301.86º 1% 0.25% -
HSV(B) 301.86º 1% 0.51% -
XYZ 12.75 6.15 19.92 -
YUV 52.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 129 0 125 0 1 0.03 0.49 301.86 1 0.25
Hex 81 0 7D 0 64 3 31 12E 64 19
Octal 201 0 175 0 144 3 61 456 144 31
Binary 10000001 0 1111101 0 1100100 11 110001 100101110 1100100 11001

Color Harmonies of #81007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81007D

Black with #81007D

Text Example


Text Example

White with #81007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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