Html Css Color HEX #81017A Purple

📋 copy color: '#81017A'

red 129 ◦ green 1 ◦ blue 122

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

Shades of Purple #81017A

Tints of Purple #81017A

RGB

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

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

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

R = 51.19%
G = 0.4%
B = 48.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#81017A (or 0x81017A) is known color: Purple. HEX triplet: 81, 01 and 7A. RGB value is (129,1,122). Sum of RGB (Red+Green+Blue) = 129+1+122=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #81017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81017A is #7EFE85. Grayscale: #343434. Windows color (decimal): -8322694 or 7995777. OLE color: 7995777.

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

Color convert

RGB 129 1 122 -
CMYK 0 0.99 0.05 0.49
HSL 303.28º 0.98% 0.25% -
HSV(B) 303.28º 0.99% 0.51% -
XYZ 12.58 6.09 18.93 -
YUV 53.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 129 1 122 0 0.99 0.05 0.49 303.28 0.98 0.25
Hex 81 1 7A 0 63 5 31 12F 62 19
Octal 201 1 172 0 143 5 61 457 142 31
Binary 10000001 1 1111010 0 1100011 101 110001 100101111 1100010 11001

Color Harmonies of #81017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81017A

Black with #81017A

Text Example


Text Example

White with #81017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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