Html Css Color HEX #81017D Purple

📋 copy color: '#81017D'

red 129 ◦ green 1 ◦ blue 125

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

Shades of Purple #81017D

Tints of Purple #81017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 50.59%
G = 0.39%
B = 49.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81017D (or 0x81017D) is known color: Purple. HEX triplet: 81, 01 and 7D. RGB value is (129,1,125). Sum of RGB (Red+Green+Blue) = 129+1+125=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #81017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81017D is #7EFE82. Grayscale: #353535. Windows color (decimal): -8322691 or 8192385. OLE color: 8192385.

HSL color Cylindrical-coordinate representation of color #81017D: hue angle of 301.88º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81017D is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 1 125 -
CMYK 0 0.99 0.03 0.49
HSL 301.88º 0.98% 0.25% -
HSV(B) 301.88º 0.99% 0.51% -
XYZ 12.77 6.17 19.92 -
YUV 53.41 168.41 181.92 -
System Red Green Blue C M Y K H S L
Decimal 129 1 125 0 0.99 0.03 0.49 301.88 0.98 0.25
Hex 81 1 7D 0 63 3 31 12E 62 19
Octal 201 1 175 0 143 3 61 456 142 31
Binary 10000001 1 1111101 0 1100011 11 110001 100101110 1100010 11001

Color Harmonies of #81017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81017D

Black with #81017D

Text Example


Text Example

White with #81017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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