#7C3869

Color #7C3869 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #7C3869

Tints of Palatinate Purple #7C3869

Color information

#7C3869 (or 0x7C3869) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 38 and 69. RGB value is (124,56,105). Sum of RGB (Red+Green+Blue) = 124+56+105=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3869 is #83C796. Grayscale: #515151. Windows color (decimal): -8636311 or 6895740. OLE color: 6895740.

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

Color convert

RGB12456105-
CMYK00.550.150.51
HSL316.76º37.78%35.29%-
HSV(B)316.76º54.84%48.63%-
XYZ12.288.1314.29-
YUV81.92141.03158.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.51%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=43.51%
G=19.65%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245610500.550.150.51316.7637.7835.29
Hex7C3869037F3313d2623
Octal1747015106717634754643
Binary1111100111000110100101101111111110011100111101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C3869;
 }
 .AnyTagClassName
 {
   color: #7C3869;
 }
</style>
background-color css

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

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

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

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

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

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