Html Css Color HEX #7F207C Dark Purple

📋 copy color: '#7F207C'

red 127 ◦ green 32 ◦ blue 124

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

Shades of Dark Purple #7F207C

Tints of Dark Purple #7F207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.82%

R = 44.88%
G = 11.31%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#7F207C (or 0x7F207C) is known color: Dark Purple. HEX triplet: 7F, 20 and 7C. RGB value is (127,32,124). Sum of RGB (Red+Green+Blue) = 127+32+124=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 127 - color contains mainly: red. Hex color #7F207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F207C is #80DF83. Grayscale: #464646. Windows color (decimal): -8445828 or 8134783. OLE color: 8134783.

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

Color convert

RGB 127 32 124 -
CMYK 0 0.75 0.02 0.50
HSL 301.89º 0.6% 0.31% -
HSV(B) 301.89º 0.75% 0.5% -
XYZ 12.91 7 19.74 -
YUV 70.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 127 32 124 0 0.75 0.02 0.50 301.89 0.6 0.31
Hex 7F 20 7C 0 4B 2 32 12E 3C 1F
Octal 177 40 174 0 113 2 62 456 74 37
Binary 1111111 100000 1111100 0 1001011 10 110010 100101110 111100 11111

Color Harmonies of #7F207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F207C

Black with #7F207C

Text Example


Text Example

White with #7F207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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