Html Css Color HEX #7F3C6D Dark Purple

📋 copy color: '#7F3C6D'

red 127 ◦ green 60 ◦ blue 109

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

Shades of Dark Purple #7F3C6D

Tints of Dark Purple #7F3C6D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.27%

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

R = 42.91%
G = 20.27%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#7F3C6D (or 0x7F3C6D) is known color: Dark Purple. HEX triplet: 7F, 3C and 6D. RGB value is (127,60,109). Sum of RGB (Red+Green+Blue) = 127+60+109=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3C6D is #80C392. Grayscale: #555555. Windows color (decimal): -8438675 or 7158911. OLE color: 7158911.

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

Color convert

RGB 127 60 109 -
CMYK 0 0.53 0.14 0.50
HSL 316.12º 0.36% 0.37% -
HSV(B) 316.12º 0.53% 0.5% -
XYZ 13.13 8.85 15.48 -
YUV 85.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 127 60 109 0 0.53 0.14 0.50 316.12 0.36 0.37
Hex 7F 3C 6D 0 35 E 32 13C 24 25
Octal 177 74 155 0 65 16 62 474 44 45
Binary 1111111 111100 1101101 0 110101 1110 110010 100111100 100100 100101

Color Harmonies of #7F3C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3C6D

Black with #7F3C6D

Text Example


Text Example

White with #7F3C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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