Html Css Color HEX #7C386B Palatinate Purple

📋 copy color: '#7C386B'

red 124 ◦ green 56 ◦ blue 107

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

Shades of Palatinate Purple #7C386B

Tints of Palatinate Purple #7C386B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.51%

 BLUE value IS 107 (42.19% from 255) = 37.28%

R = 43.21%
G = 19.51%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7C386B (or 0x7C386B) is known color: Palatinate Purple. HEX triplet: 7C, 38 and 6B. RGB value is (124,56,107). Sum of RGB (Red+Green+Blue) = 124+56+107=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C386B is #83C794. Grayscale: #525252. Windows color (decimal): -8636309 or 7026812. OLE color: 7026812.

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

Color convert

RGB 124 56 107 -
CMYK 0 0.55 0.14 0.51
HSL 315º 0.38% 0.35% -
HSV(B) 315º 0.55% 0.49% -
XYZ 12.38 8.17 14.84 -
YUV 82.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 124 56 107 0 0.55 0.14 0.51 315 0.38 0.35
Hex 7C 38 6B 0 37 E 33 13B 26 23
Octal 174 70 153 0 67 16 63 473 46 43
Binary 1111100 111000 1101011 0 110111 1110 110011 100111011 100110 100011

Color Harmonies of #7C386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C386B

Black with #7C386B

Text Example


Text Example

White with #7C386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,56,107); }

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

background-color css

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

 a { background-color: rgb(124,56,107); }

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

border-color css

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

 span { border-color: rgb(124,56,107); }

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