Html Css Color HEX #7F346D Dark Purple

📋 copy color: '#7F346D'

red 127 ◦ green 52 ◦ blue 109

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

Shades of Dark Purple #7F346D

Tints of Dark Purple #7F346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

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

R = 44.1%
G = 18.06%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#7F346D (or 0x7F346D) is known color: Dark Purple. HEX triplet: 7F, 34 and 6D. RGB value is (127,52,109). Sum of RGB (Red+Green+Blue) = 127+52+109=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 127 - color contains mainly: red. Hex color #7F346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F346D is #80CB92. Grayscale: #505050. Windows color (decimal): -8440723 or 7156863. OLE color: 7156863.

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

Color convert

RGB 127 52 109 -
CMYK 0 0.59 0.14 0.50
HSL 314.4º 0.42% 0.35% -
HSV(B) 314.4º 0.59% 0.5% -
XYZ 12.74 8.07 15.35 -
YUV 80.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 127 52 109 0 0.59 0.14 0.50 314.4 0.42 0.35
Hex 7F 34 6D 0 3B E 32 13A 2A 23
Octal 177 64 155 0 73 16 62 472 52 43
Binary 1111111 110100 1101101 0 111011 1110 110010 100111010 101010 100011

Color Harmonies of #7F346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F346D

Black with #7F346D

Text Example


Text Example

White with #7F346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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