#7C3465

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

Shades of Palatinate Purple #7C3465

Tints of Palatinate Purple #7C3465

Color information

#7C3465 (or 0x7C3465) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 34 and 65. RGB value is (124,52,101). Sum of RGB (Red+Green+Blue) = 124+52+101=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3465 is #83CB9A. Grayscale: #4E4E4E. Windows color (decimal): -8637339 or 6632572. OLE color: 6632572.

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

Color convert

RGB12452101-
CMYK00.580.190.51
HSL319.17º40.91%34.51%-
HSV(B)319.17º58.06%48.63%-
XYZ11.897.6813.17-
YUV79.11140.35160.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.77%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=44.77%
G=18.77%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245210100.580.190.51319.1740.9134.51
Hex7C346503A133313f2923
Octal1746414507223634775143
Binary11111001101001100101011101010011110011100111111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,52,101); }

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

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

 a { background-color: rgb(124,52,101); }

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

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

 span { border-color: rgb(124,52,101); }

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