#7A185D

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

Shades of Palatinate Purple #7A185D

Tints of Palatinate Purple #7A185D

Color information

#7A185D (or 0x7A185D) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 18 and 5D. RGB value is (122,24,93). Sum of RGB (Red+Green+Blue) = 122+24+93=239 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.05% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 122 - color contains mainly: red. Hex color #7A185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A185D is #85E7A2. Grayscale: #3C3C3C. Windows color (decimal): -8775587 or 6101114. OLE color: 6101114.

HSL color Cylindrical-coordinate representation of color #7A185D: hue angle of 317.76º degrees, saturation: 0.67, 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 #7A185D is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB1222493-
CMYK00.800.240.52
HSL317.76º67.12%28.63%-
HSV(B)317.76º80.33%47.84%-
XYZ10.335.5810.89-
YUV61.17145.97171.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.05%
GREEN value IS 24 (9.77% from 255) = 10.04%
BLUE value IS 93 (36.72% from 255) = 38.91%
R=51.05%
G=10.04%
B=38.91%

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
Decimal122249300.800.240.52317.7667.1228.63
Hex7A185D050183413e431d
Octal172301350120306447610335
Binary11110101100010111010101000011000110100100111110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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