Html Css Color HEX #7C386C Palatinate Purple

📋 copy color: '#7C386C'

red 124 ◦ green 56 ◦ blue 108

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

Shades of Palatinate Purple #7C386C

Tints of Palatinate Purple #7C386C

RGB

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

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

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

R = 43.06%
G = 19.44%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7C386C (or 0x7C386C) is known color: Palatinate Purple. HEX triplet: 7C, 38 and 6C. RGB value is (124,56,108). Sum of RGB (Red+Green+Blue) = 124+56+108=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C386C is #83C793. Grayscale: #525252. Windows color (decimal): -8636308 or 7092348. OLE color: 7092348.

HSL color Cylindrical-coordinate representation of color #7C386C: hue angle of 314.12º 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 #7C386C is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 56 108 -
CMYK 0 0.55 0.13 0.51
HSL 314.12º 0.38% 0.35% -
HSV(B) 314.12º 0.55% 0.49% -
XYZ 12.43 8.2 15.11 -
YUV 82.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 124 56 108 0 0.55 0.13 0.51 314.12 0.38 0.35
Hex 7C 38 6C 0 37 D 33 13A 26 23
Octal 174 70 154 0 67 15 63 472 46 43
Binary 1111100 111000 1101100 0 110111 1101 110011 100111010 100110 100011

Color Harmonies of #7C386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C386C

Black with #7C386C

Text Example


Text Example

White with #7C386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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