#7A175F

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

Shades of Palatinate Purple #7A175F

Tints of Palatinate Purple #7A175F

Color information

#7A175F (or 0x7A175F) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 17 and 5F. RGB value is (122,23,95). Sum of RGB (Red+Green+Blue) = 122+23+95=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A175F is #85E8A0. Grayscale: #3C3C3C. Windows color (decimal): -8775841 or 6231930. OLE color: 6231930.

HSL color Cylindrical-coordinate representation of color #7A175F: hue angle of 316.36º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A175F is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB1222395-
CMYK00.810.220.52
HSL316.36º68.28%28.43%-
HSV(B)316.36º81.15%47.84%-
XYZ10.45.5811.35-
YUV60.81147.3171.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.83%
GREEN value IS 23 (9.38% from 255) = 9.58%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=50.83%
G=9.58%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122239500.810.220.52316.3668.2828.43
Hex7A175F051163413c441c
Octal172271370121266447410434
Binary11110101011110111110101000110110110100100111100100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,23,95); }

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

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

 a { background-color: rgb(122,23,95); }

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

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

 span { border-color: rgb(122,23,95); }

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