#7A125E

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

Shades of Palatinate Purple #7A125E

Tints of Palatinate Purple #7A125E

Color information

#7A125E (or 0x7A125E) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 12 and 5E. RGB value is (122,18,94). Sum of RGB (Red+Green+Blue) = 122+18+94=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A125E is #85EDA1. Grayscale: #393939. Windows color (decimal): -8777122 or 6165114. OLE color: 6165114.

HSL color Cylindrical-coordinate representation of color #7A125E: hue angle of 316.15º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A125E is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB1221894-
CMYK00.850.230.52
HSL316.15º74.29%27.45%-
HSV(B)316.15º85.25%47.84%-
XYZ10.265.3811.09-
YUV57.76148.46173.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.14%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=52.14%
G=7.69%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122189400.850.230.52316.1574.2927.45
Hex7A125E055173413c4a1b
Octal172221360125276447411233
Binary11110101001010111100101010110111110100100111100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,18,94); }

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

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

 a { background-color: rgb(122,18,94); }

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

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

 span { border-color: rgb(122,18,94); }

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