Html Css Color HEX #7F2764 Dark Purple

📋 copy color: '#7F2764'

red 127 ◦ green 39 ◦ blue 100

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

Shades of Dark Purple #7F2764

Tints of Dark Purple #7F2764

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

 BLUE value IS 100 (39.45% from 255) = 37.59%

R = 47.74%
G = 14.66%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#7F2764 (or 0x7F2764) is known color: Dark Purple. HEX triplet: 7F, 27 and 64. RGB value is (127,39,100). Sum of RGB (Red+Green+Blue) = 127+39+100=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2764 is #80D89B. Grayscale: #484848. Windows color (decimal): -8444060 or 6563711. OLE color: 6563711.

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

Color convert

RGB 127 39 100 -
CMYK 0 0.69 0.21 0.50
HSL 318.41º 0.53% 0.33% -
HSV(B) 318.41º 0.69% 0.5% -
XYZ 11.78 6.88 12.76 -
YUV 72.27 143.65 167.04 -
System Red Green Blue C M Y K H S L
Decimal 127 39 100 0 0.69 0.21 0.50 318.41 0.53 0.33
Hex 7F 27 64 0 45 15 32 13E 35 21
Octal 177 47 144 0 105 25 62 476 65 41
Binary 1111111 100111 1100100 0 1000101 10101 110010 100111110 110101 100001

Color Harmonies of #7F2764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2764

Black with #7F2764

Text Example


Text Example

White with #7F2764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,39,100); }

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

background-color css

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

 a { background-color: rgb(127,39,100); }

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

border-color css

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

 span { border-color: rgb(127,39,100); }

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