#7C3467

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

Shades of Palatinate Purple #7C3467

Tints of Palatinate Purple #7C3467

Color information

#7C3467 (or 0x7C3467) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 34 and 67. RGB value is (124,52,103). Sum of RGB (Red+Green+Blue) = 124+52+103=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3467 is #83CB98. Grayscale: #4F4F4F. Windows color (decimal): -8637337 or 6763644. OLE color: 6763644.

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

Color convert

RGB12452103-
CMYK00.580.170.51
HSL317.5º40.91%34.51%-
HSV(B)317.5º58.06%48.63%-
XYZ11.997.7213.69-
YUV79.34141.35159.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.44%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 103 (40.62% from 255) = 36.92%
R=44.44%
G=18.64%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245210300.580.170.51317.540.9134.51
Hex7C346703A113313e2923
Octal1746414707221634765143
Binary11111001101001100111011101010001110011100111110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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