Html Css Color HEX #7F317D Dark Purple

📋 copy color: '#7F317D'

red 127 ◦ green 49 ◦ blue 125

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

Shades of Dark Purple #7F317D

Tints of Dark Purple #7F317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 42.19%
G = 16.28%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#7F317D (or 0x7F317D) is known color: Dark Purple. HEX triplet: 7F, 31 and 7D. RGB value is (127,49,125). Sum of RGB (Red+Green+Blue) = 127+49+125=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 127 - color contains mainly: red. Hex color #7F317D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F317D is #80CE82. Grayscale: #505050. Windows color (decimal): -8441475 or 8204671. OLE color: 8204671.

HSL color Cylindrical-coordinate representation of color #7F317D: hue angle of 301.54º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F317D is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 49 125 -
CMYK 0 0.61 0.02 0.50
HSL 301.54º 0.44% 0.35% -
HSV(B) 301.54º 0.61% 0.5% -
XYZ 13.55 8.19 20.27 -
YUV 80.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 127 49 125 0 0.61 0.02 0.50 301.54 0.44 0.35
Hex 7F 31 7D 0 3D 2 32 12E 2C 23
Octal 177 61 175 0 75 2 62 456 54 43
Binary 1111111 110001 1111101 0 111101 10 110010 100101110 101100 100011

Color Harmonies of #7F317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F317D

Black with #7F317D

Text Example


Text Example

White with #7F317D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,49,125); }

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

background-color css

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

 a { background-color: rgb(127,49,125); }

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

border-color css

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

 span { border-color: rgb(127,49,125); }

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