Html Css Color HEX #7F2671 Dark Purple

📋 copy color: '#7F2671'

red 127 ◦ green 38 ◦ blue 113

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

Shades of Dark Purple #7F2671

Tints of Dark Purple #7F2671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.65%

R = 45.68%
G = 13.67%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#7F2671 (or 0x7F2671) is known color: Dark Purple. HEX triplet: 7F, 26 and 71. RGB value is (127,38,113). Sum of RGB (Red+Green+Blue) = 127+38+113=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2671 is #80D98E. Grayscale: #484848. Windows color (decimal): -8444303 or 7415423. OLE color: 7415423.

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

Color convert

RGB 127 38 113 -
CMYK 0 0.70 0.11 0.50
HSL 309.44º 0.54% 0.32% -
HSV(B) 309.44º 0.7% 0.5% -
XYZ 12.43 7.09 16.34 -
YUV 73.16 150.49 166.4 -
System Red Green Blue C M Y K H S L
Decimal 127 38 113 0 0.70 0.11 0.50 309.44 0.54 0.32
Hex 7F 26 71 0 46 B 32 135 36 20
Octal 177 46 161 0 106 13 62 465 66 40
Binary 1111111 100110 1110001 0 1000110 1011 110010 100110101 110110 100000

Color Harmonies of #7F2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2671

Black with #7F2671

Text Example


Text Example

White with #7F2671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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