Html Css Color HEX #7F0276 Purple

📋 copy color: '#7F0276'

red 127 ◦ green 2 ◦ blue 118

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

Shades of Purple #7F0276

Tints of Purple #7F0276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.77%

R = 51.42%
G = 0.81%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#7F0276 (or 0x7F0276) is known color: Purple. HEX triplet: 7F, 02 and 76. RGB value is (127,2,118). Sum of RGB (Red+Green+Blue) = 127+2+118=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0276 is #80FD89. Grayscale: #343434. Windows color (decimal): -8453514 or 7733887. OLE color: 7733887.

HSL color Cylindrical-coordinate representation of color #7F0276: hue angle of 304.32º 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 #7F0276 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 2 118 -
CMYK 0 0.98 0.07 0.50
HSL 304.32º 0.97% 0.25% -
HSV(B) 304.32º 0.98% 0.5% -
XYZ 12.04 5.86 17.64 -
YUV 52.6 164.91 181.07 -
System Red Green Blue C M Y K H S L
Decimal 127 2 118 0 0.98 0.07 0.50 304.32 0.97 0.25
Hex 7F 2 76 0 62 7 32 130 61 19
Octal 177 2 166 0 142 7 62 460 141 31
Binary 1111111 10 1110110 0 1100010 111 110010 100110000 1100001 11001

Color Harmonies of #7F0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0276

Black with #7F0276

Text Example


Text Example

White with #7F0276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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