Html Css Color HEX #7F396F Dark Purple

📋 copy color: '#7F396F'

red 127 ◦ green 57 ◦ blue 111

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

Shades of Dark Purple #7F396F

Tints of Dark Purple #7F396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.32%

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

R = 43.05%
G = 19.32%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#7F396F (or 0x7F396F) is known color: Dark Purple. HEX triplet: 7F, 39 and 6F. RGB value is (127,57,111). Sum of RGB (Red+Green+Blue) = 127+57+111=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 127 - color contains mainly: red. Hex color #7F396F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F396F is #80C690. Grayscale: #535353. Windows color (decimal): -8439441 or 7289215. OLE color: 7289215.

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

Color convert

RGB 127 57 111 -
CMYK 0 0.55 0.13 0.50
HSL 313.71º 0.38% 0.36% -
HSV(B) 313.71º 0.55% 0.5% -
XYZ 13.08 8.59 16.01 -
YUV 84.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 127 57 111 0 0.55 0.13 0.50 313.71 0.38 0.36
Hex 7F 39 6F 0 37 D 32 13A 26 24
Octal 177 71 157 0 67 15 62 472 46 44
Binary 1111111 111001 1101111 0 110111 1101 110010 100111010 100110 100100

Color Harmonies of #7F396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F396F

Black with #7F396F

Text Example


Text Example

White with #7F396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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