Html Css Color HEX #7F206D Dark Purple

📋 copy color: '#7F206D'

red 127 ◦ green 32 ◦ blue 109

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

Shades of Dark Purple #7F206D

Tints of Dark Purple #7F206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.67%

R = 47.39%
G = 11.94%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#7F206D (or 0x7F206D) is known color: Dark Purple. HEX triplet: 7F, 20 and 6D. RGB value is (127,32,109). Sum of RGB (Red+Green+Blue) = 127+32+109=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F206D is #80DF92. Grayscale: #444444. Windows color (decimal): -8445843 or 7151743. OLE color: 7151743.

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

Color convert

RGB 127 32 109 -
CMYK 0 0.75 0.14 0.50
HSL 311.37º 0.6% 0.31% -
HSV(B) 311.37º 0.75% 0.5% -
XYZ 12.03 6.65 15.12 -
YUV 69.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 127 32 109 0 0.75 0.14 0.50 311.37 0.6 0.31
Hex 7F 20 6D 0 4B E 32 137 3C 1F
Octal 177 40 155 0 113 16 62 467 74 37
Binary 1111111 100000 1101101 0 1001011 1110 110010 100110111 111100 11111

Color Harmonies of #7F206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F206D

Black with #7F206D

Text Example


Text Example

White with #7F206D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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