Html Css Color HEX #7F2966 Dark Purple

📋 copy color: '#7F2966'

red 127 ◦ green 41 ◦ blue 102

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

Shades of Dark Purple #7F2966

Tints of Dark Purple #7F2966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

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

R = 47.04%
G = 15.19%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F2966 (or 0x7F2966) is known color: Dark Purple. HEX triplet: 7F, 29 and 66. RGB value is (127,41,102). Sum of RGB (Red+Green+Blue) = 127+41+102=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2966 is #80D699. Grayscale: #494949. Windows color (decimal): -8443546 or 6695295. OLE color: 6695295.

HSL color Cylindrical-coordinate representation of color #7F2966: hue angle of 317.44º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F2966 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 41 102 -
CMYK 0 0.68 0.20 0.50
HSL 317.44º 0.51% 0.33% -
HSV(B) 317.44º 0.68% 0.5% -
XYZ 11.94 7.06 13.3 -
YUV 73.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 127 41 102 0 0.68 0.20 0.50 317.44 0.51 0.33
Hex 7F 29 66 0 44 14 32 13D 33 21
Octal 177 51 146 0 104 24 62 475 63 41
Binary 1111111 101001 1100110 0 1000100 10100 110010 100111101 110011 100001

Color Harmonies of #7F2966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2966

Black with #7F2966

Text Example


Text Example

White with #7F2966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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