Html Css Color HEX #7C376C Palatinate Purple

📋 copy color: '#7C376C'

red 124 ◦ green 55 ◦ blue 108

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

Shades of Palatinate Purple #7C376C

Tints of Palatinate Purple #7C376C

RGB

 RED value IS 124 (48.83% from 255) = 43.21%

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

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

R = 43.21%
G = 19.16%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7C376C (or 0x7C376C) is known color: Palatinate Purple. HEX triplet: 7C, 37 and 6C. RGB value is (124,55,108). Sum of RGB (Red+Green+Blue) = 124+55+108=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C376C is #83C893. Grayscale: #515151. Windows color (decimal): -8636564 or 7092092. OLE color: 7092092.

HSL color Cylindrical-coordinate representation of color #7C376C: hue angle of 313.91º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C376C is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 55 108 -
CMYK 0 0.56 0.13 0.51
HSL 313.91º 0.39% 0.35% -
HSV(B) 313.91º 0.56% 0.49% -
XYZ 12.39 8.1 15.1 -
YUV 81.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 124 55 108 0 0.56 0.13 0.51 313.91 0.39 0.35
Hex 7C 37 6C 0 38 D 33 13A 27 23
Octal 174 67 154 0 70 15 63 472 47 43
Binary 1111100 110111 1101100 0 111000 1101 110011 100111010 100111 100011

Color Harmonies of #7C376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C376C

Black with #7C376C

Text Example


Text Example

White with #7C376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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