Html Css Color HEX #7C316A Palatinate Purple

📋 copy color: '#7C316A'

red 124 ◦ green 49 ◦ blue 106

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

Shades of Palatinate Purple #7C316A

Tints of Palatinate Purple #7C316A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.56%

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 44.44%
G = 17.56%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7C316A (or 0x7C316A) is known color: Palatinate Purple. HEX triplet: 7C, 31 and 6A. RGB value is (124,49,106). Sum of RGB (Red+Green+Blue) = 124+49+106=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C316A is #83CE95. Grayscale: #4D4D4D. Windows color (decimal): -8638102 or 6959484. OLE color: 6959484.

HSL color Cylindrical-coordinate representation of color #7C316A: hue angle of 314.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C316A is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 49 106 -
CMYK 0 0.60 0.15 0.51
HSL 314.4º 0.43% 0.34% -
HSV(B) 314.4º 0.6% 0.49% -
XYZ 12.01 7.52 14.45 -
YUV 77.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 124 49 106 0 0.60 0.15 0.51 314.4 0.43 0.34
Hex 7C 31 6A 0 3C F 33 13A 2B 22
Octal 174 61 152 0 74 17 63 472 53 42
Binary 1111100 110001 1101010 0 111100 1111 110011 100111010 101011 100010

Color Harmonies of #7C316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C316A

Black with #7C316A

Text Example


Text Example

White with #7C316A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,49,106); }

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

background-color css

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

 a { background-color: rgb(124,49,106); }

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

border-color css

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

 span { border-color: rgb(124,49,106); }

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