Html Css Color HEX #7F2676 Dark Purple

📋 copy color: '#7F2676'

red 127 ◦ green 38 ◦ blue 118

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

Shades of Dark Purple #7F2676

Tints of Dark Purple #7F2676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

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

R = 44.88%
G = 13.43%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#7F2676 (or 0x7F2676) is known color: Dark Purple. HEX triplet: 7F, 26 and 76. RGB value is (127,38,118). Sum of RGB (Red+Green+Blue) = 127+38+118=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2676 is #80D989. Grayscale: #494949. Windows color (decimal): -8444298 or 7743103. OLE color: 7743103.

HSL color Cylindrical-coordinate representation of color #7F2676: hue angle of 306.07º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F2676 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 38 118 -
CMYK 0 0.70 0.07 0.50
HSL 306.07º 0.54% 0.32% -
HSV(B) 306.07º 0.7% 0.5% -
XYZ 12.72 7.21 17.86 -
YUV 73.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 127 38 118 0 0.70 0.07 0.50 306.07 0.54 0.32
Hex 7F 26 76 0 46 7 32 132 36 20
Octal 177 46 166 0 106 7 62 462 66 40
Binary 1111111 100110 1110110 0 1000110 111 110010 100110010 110110 100000

Color Harmonies of #7F2676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2676

Black with #7F2676

Text Example


Text Example

White with #7F2676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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