#7C195A

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

Shades of Palatinate Purple #7C195A

Tints of Palatinate Purple #7C195A

Color information

#7C195A (or 0x7C195A) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 19 and 5A. RGB value is (124,25,90). Sum of RGB (Red+Green+Blue) = 124+25+90=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C195A is #83E6A5. Grayscale: #3D3D3D. Windows color (decimal): -8644262 or 5904764. OLE color: 5904764.

HSL color Cylindrical-coordinate representation of color #7C195A: hue angle of 320.61º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C195A is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB1242590-
CMYK00.800.270.51
HSL320.61º66.44%29.22%-
HSV(B)320.61º79.84%48.63%-
XYZ10.515.7210.22-
YUV62.01143.8172.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.88%
GREEN value IS 25 (10.16% from 255) = 10.46%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=51.88%
G=10.46%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124259000.800.270.51320.6166.4429.22
Hex7C195A0501B33141421d
Octal174311320120336350110235
Binary11111001100110110100101000011011110011101000001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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