Html Css Color HEX #7F376C Dark Purple

📋 copy color: '#7F376C'

red 127 ◦ green 55 ◦ blue 108

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

Shades of Dark Purple #7F376C

Tints of Dark Purple #7F376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.97%

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 43.79%
G = 18.97%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F376C (or 0x7F376C) is known color: Dark Purple. HEX triplet: 7F, 37 and 6C. RGB value is (127,55,108). Sum of RGB (Red+Green+Blue) = 127+55+108=290 (38% of max value = 765). Red value is 127 (50% from 255 or 43.79% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 127 - color contains mainly: red. Hex color #7F376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F376C is #80C893. Grayscale: #525252. Windows color (decimal): -8439956 or 7092095. OLE color: 7092095.

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

Color convert

RGB 127 55 108 -
CMYK 0 0.57 0.15 0.50
HSL 315.83º 0.4% 0.36% -
HSV(B) 315.83º 0.57% 0.5% -
XYZ 12.83 8.33 15.12 -
YUV 82.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 127 55 108 0 0.57 0.15 0.50 315.83 0.4 0.36
Hex 7F 37 6C 0 39 F 32 13C 28 24
Octal 177 67 154 0 71 17 62 474 50 44
Binary 1111111 110111 1101100 0 111001 1111 110010 100111100 101000 100100

Color Harmonies of #7F376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F376C

Black with #7F376C

Text Example


Text Example

White with #7F376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,55,108); }

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

background-color css

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

 a { background-color: rgb(127,55,108); }

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

border-color css

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

 span { border-color: rgb(127,55,108); }

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