Html Css Color HEX #7F026E Purple

📋 copy color: '#7F026E'

red 127 ◦ green 2 ◦ blue 110

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

Shades of Purple #7F026E

Tints of Purple #7F026E

RGB

 RED value IS 127 (50% from 255) = 53.14%

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

 BLUE value IS 110 (43.36% from 255) = 46.03%

R = 53.14%
G = 0.84%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#7F026E (or 0x7F026E) is known color: Purple. HEX triplet: 7F, 02 and 6E. RGB value is (127,2,110). Sum of RGB (Red+Green+Blue) = 127+2+110=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F026E is #80FD91. Grayscale: #333333. Windows color (decimal): -8453522 or 7209599. OLE color: 7209599.

HSL color Cylindrical-coordinate representation of color #7F026E: hue angle of 308.16º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F026E is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 2 110 -
CMYK 0 0.98 0.13 0.50
HSL 308.16º 0.97% 0.25% -
HSV(B) 308.16º 0.98% 0.5% -
XYZ 11.59 5.68 15.24 -
YUV 51.69 160.91 181.72 -
System Red Green Blue C M Y K H S L
Decimal 127 2 110 0 0.98 0.13 0.50 308.16 0.97 0.25
Hex 7F 2 6E 0 62 D 32 134 61 19
Octal 177 2 156 0 142 15 62 464 141 31
Binary 1111111 10 1101110 0 1100010 1101 110010 100110100 1100001 11001

Color Harmonies of #7F026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F026E

Black with #7F026E

Text Example


Text Example

White with #7F026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F026E; }

 p { color: rgb(127,2,110); }

 H1.HeaderClassName
 {
   color: #7F026E;
 }
 .AnyTagClassName
 {
   color: #7F026E;
 }
</style>

background-color css

<style>
 a { background-color: #7F026E; }

 a { background-color: rgb(127,2,110); }

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

border-color css

<style>
 span { border-color: #7F026E; }

 span { border-color: rgb(127,2,110); }

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