#7A195D

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

Shades of Palatinate Purple #7A195D

Tints of Palatinate Purple #7A195D

Color information

#7A195D (or 0x7A195D) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 19 and 5D. RGB value is (122,25,93). Sum of RGB (Red+Green+Blue) = 122+25+93=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A195D is #85E6A2. Grayscale: #3D3D3D. Windows color (decimal): -8775331 or 6101370. OLE color: 6101370.

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

Color convert

RGB1222593-
CMYK00.800.240.52
HSL317.94º65.99%28.82%-
HSV(B)317.94º79.51%47.84%-
XYZ10.355.6210.9-
YUV61.76145.64170.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.83%
GREEN value IS 25 (10.16% from 255) = 10.42%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=50.83%
G=10.42%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122259300.800.240.52317.9465.9928.82
Hex7A195D050183413e421d
Octal172311350120306447610235
Binary11110101100110111010101000011000110100100111110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,25,93); }

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

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

 a { background-color: rgb(122,25,93); }

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

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

 span { border-color: rgb(122,25,93); }

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