Html Css Color HEX #7C3768 Palatinate Purple

📋 copy color: '#7C3768'

red 124 ◦ green 55 ◦ blue 104

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

Shades of Palatinate Purple #7C3768

Tints of Palatinate Purple #7C3768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 43.82%
G = 19.43%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7C3768 (or 0x7C3768) is known color: Palatinate Purple. HEX triplet: 7C, 37 and 68. RGB value is (124,55,104). Sum of RGB (Red+Green+Blue) = 124+55+104=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3768 is #83C897. Grayscale: #515151. Windows color (decimal): -8636568 or 6829948. OLE color: 6829948.

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

Color convert

RGB 124 55 104 -
CMYK 0 0.56 0.16 0.51
HSL 317.39º 0.39% 0.35% -
HSV(B) 317.39º 0.56% 0.49% -
XYZ 12.18 8.02 14 -
YUV 81.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 124 55 104 0 0.56 0.16 0.51 317.39 0.39 0.35
Hex 7C 37 68 0 38 10 33 13D 27 23
Octal 174 67 150 0 70 20 63 475 47 43
Binary 1111100 110111 1101000 0 111000 10000 110011 100111101 100111 100011

Color Harmonies of #7C3768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3768

Black with #7C3768

Text Example


Text Example

White with #7C3768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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