Html Css Color HEX #7F206F Dark Purple

📋 copy color: '#7F206F'

red 127 ◦ green 32 ◦ blue 111

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

Shades of Dark Purple #7F206F

Tints of Dark Purple #7F206F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

 BLUE value IS 111 (43.75% from 255) = 41.11%

R = 47.04%
G = 11.85%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#7F206F (or 0x7F206F) is known color: Dark Purple. HEX triplet: 7F, 20 and 6F. RGB value is (127,32,111). Sum of RGB (Red+Green+Blue) = 127+32+111=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F206F is #80DF90. Grayscale: #454545. Windows color (decimal): -8445841 or 7282815. OLE color: 7282815.

HSL color Cylindrical-coordinate representation of color #7F206F: hue angle of 310.11º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F206F is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 32 111 -
CMYK 0 0.75 0.13 0.50
HSL 310.11º 0.6% 0.31% -
HSV(B) 310.11º 0.75% 0.5% -
XYZ 12.14 6.69 15.69 -
YUV 69.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 127 32 111 0 0.75 0.13 0.50 310.11 0.6 0.31
Hex 7F 20 6F 0 4B D 32 136 3C 1F
Octal 177 40 157 0 113 15 62 466 74 37
Binary 1111111 100000 1101111 0 1001011 1101 110010 100110110 111100 11111

Color Harmonies of #7F206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F206F

Black with #7F206F

Text Example


Text Example

White with #7F206F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,32,111); }

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

background-color css

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

 a { background-color: rgb(127,32,111); }

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

border-color css

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

 span { border-color: rgb(127,32,111); }

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