#7C3463

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

Shades of Palatinate Purple #7C3463

Tints of Palatinate Purple #7C3463

Color information

#7C3463 (or 0x7C3463) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 34 and 63. RGB value is (124,52,99). Sum of RGB (Red+Green+Blue) = 124+52+99=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3463 is #83CB9C. Grayscale: #4E4E4E. Windows color (decimal): -8637341 or 6501500. OLE color: 6501500.

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

Color convert

RGB1245299-
CMYK00.580.200.51
HSL320.83º40.91%34.51%-
HSV(B)320.83º58.06%48.63%-
XYZ11.797.6412.66-
YUV78.89139.35160.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.09%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 99 (39.06% from 255) = 36%
R=45.09%
G=18.91%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124529900.580.200.51320.8340.9134.51
Hex7C346303A14331412923
Octal1746414307224635015143
Binary11111001101001100011011101010100110011101000001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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