#7C115B

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

Shades of Palatinate Purple #7C115B

Tints of Palatinate Purple #7C115B

Color information

#7C115B (or 0x7C115B) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 11 and 5B. RGB value is (124,17,91). Sum of RGB (Red+Green+Blue) = 124+17+91=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C115B is #83EEA4. Grayscale: #393939. Windows color (decimal): -8646309 or 5968252. OLE color: 5968252.

HSL color Cylindrical-coordinate representation of color #7C115B: hue angle of 318.5º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C115B is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB1241791-
CMYK00.860.270.51
HSL318.5º75.89%27.65%-
HSV(B)318.5º86.29%48.63%-
XYZ10.45.4410.4-
YUV57.43146.95175.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.45%
GREEN value IS 17 (7.03% from 255) = 7.33%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=53.45%
G=7.33%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124179100.860.270.51318.575.8927.65
Hex7C115B0561B3313f4c1c
Octal174211330126336347711434
Binary11111001000110110110101011011011110011100111111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,17,91); }

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

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

 a { background-color: rgb(124,17,91); }

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

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

 span { border-color: rgb(124,17,91); }

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