Html Css Color HEX #81027E Purple

📋 copy color: '#81027E'

red 129 ◦ green 2 ◦ blue 126

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

Shades of Purple #81027E

Tints of Purple #81027E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 126 (49.61% from 255) = 49.03%

R = 50.19%
G = 0.78%
B = 49.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81027E (or 0x81027E) is known color: Purple. HEX triplet: 81, 02 and 7E. RGB value is (129,2,126). Sum of RGB (Red+Green+Blue) = 129+2+126=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #81027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81027E is #7EFD81. Grayscale: #353535. Windows color (decimal): -8322434 or 8258177. OLE color: 8258177.

HSL color Cylindrical-coordinate representation of color #81027E: hue angle of 301.42º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81027E is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 2 126 -
CMYK 0 0.98 0.02 0.49
HSL 301.42º 0.97% 0.26% -
HSV(B) 301.42º 0.98% 0.51% -
XYZ 12.84 6.22 20.26 -
YUV 54.11 168.58 181.42 -
System Red Green Blue C M Y K H S L
Decimal 129 2 126 0 0.98 0.02 0.49 301.42 0.97 0.26
Hex 81 2 7E 0 62 2 31 12D 61 1A
Octal 201 2 176 0 142 2 61 455 141 32
Binary 10000001 10 1111110 0 1100010 10 110001 100101101 1100001 11010

Color Harmonies of #81027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81027E

Black with #81027E

Text Example


Text Example

White with #81027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81027E; }

 p { color: rgb(129,2,126); }

 H1.HeaderClassName
 {
   color: #81027E;
 }
 .AnyTagClassName
 {
   color: #81027E;
 }
</style>

background-color css

<style>
 a { background-color: #81027E; }

 a { background-color: rgb(129,2,126); }

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

border-color css

<style>
 span { border-color: #81027E; }

 span { border-color: rgb(129,2,126); }

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