#7C115A

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

Shades of Palatinate Purple #7C115A

Tints of Palatinate Purple #7C115A

Color information

#7C115A (or 0x7C115A) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 11 and 5A. RGB value is (124,17,90). Sum of RGB (Red+Green+Blue) = 124+17+90=231 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.68% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 124 - color contains mainly: red. Hex color #7C115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C115A is #83EEA5. Grayscale: #393939. Windows color (decimal): -8646310 or 5902716. OLE color: 5902716.

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

Color convert

RGB1241790-
CMYK00.860.270.51
HSL319.07º75.89%27.65%-
HSV(B)319.07º86.29%48.63%-
XYZ10.365.4210.17-
YUV57.32146.45175.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.68%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=53.68%
G=7.36%
B=38.96%

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
Decimal124179000.860.270.51319.0775.8927.65
Hex7C115A0561B3313f4c1c
Octal174211320126336347711434
Binary11111001000110110100101011011011110011100111111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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