Html Css Color HEX #7F196D Dark Purple

📋 copy color: '#7F196D'

red 127 ◦ green 25 ◦ blue 109

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

Shades of Dark Purple #7F196D

Tints of Dark Purple #7F196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.58%

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

R = 48.66%
G = 9.58%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#7F196D (or 0x7F196D) is known color: Dark Purple. HEX triplet: 7F, 19 and 6D. RGB value is (127,25,109). Sum of RGB (Red+Green+Blue) = 127+25+109=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F196D is #80E692. Grayscale: #404040. Windows color (decimal): -8447635 or 7149951. OLE color: 7149951.

HSL color Cylindrical-coordinate representation of color #7F196D: hue angle of 310.59º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F196D is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 25 109 -
CMYK 0 0.80 0.14 0.50
HSL 310.59º 0.67% 0.3% -
HSV(B) 310.59º 0.8% 0.5% -
XYZ 11.86 6.31 15.06 -
YUV 65.07 152.79 172.17 -
System Red Green Blue C M Y K H S L
Decimal 127 25 109 0 0.80 0.14 0.50 310.59 0.67 0.3
Hex 7F 19 6D 0 50 E 32 137 43 1E
Octal 177 31 155 0 120 16 62 467 103 36
Binary 1111111 11001 1101101 0 1010000 1110 110010 100110111 1000011 11110

Color Harmonies of #7F196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F196D

Black with #7F196D

Text Example


Text Example

White with #7F196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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