Html Css Color HEX #7F2666 Dark Purple

📋 copy color: '#7F2666'

red 127 ◦ green 38 ◦ blue 102

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

Shades of Dark Purple #7F2666

Tints of Dark Purple #7F2666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.2%

R = 47.57%
G = 14.23%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F2666 (or 0x7F2666) is known color: Dark Purple. HEX triplet: 7F, 26 and 66. RGB value is (127,38,102). Sum of RGB (Red+Green+Blue) = 127+38+102=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2666 is #80D999. Grayscale: #474747. Windows color (decimal): -8444314 or 6694527. OLE color: 6694527.

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

Color convert

RGB 127 38 102 -
CMYK 0 0.70 0.20 0.50
HSL 316.85º 0.54% 0.32% -
HSV(B) 316.85º 0.7% 0.5% -
XYZ 11.84 6.86 13.27 -
YUV 71.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 127 38 102 0 0.70 0.20 0.50 316.85 0.54 0.32
Hex 7F 26 66 0 46 14 32 13D 36 20
Octal 177 46 146 0 106 24 62 475 66 40
Binary 1111111 100110 1100110 0 1000110 10100 110010 100111101 110110 100000

Color Harmonies of #7F2666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2666

Black with #7F2666

Text Example


Text Example

White with #7F2666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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