#7A1861

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

Shades of Palatinate Purple #7A1861

Tints of Palatinate Purple #7A1861

Color information

#7A1861 (or 0x7A1861) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 18 and 61. RGB value is (122,24,97). Sum of RGB (Red+Green+Blue) = 122+24+97=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1861 is #85E79E. Grayscale: #3D3D3D. Windows color (decimal): -8775583 or 6363258. OLE color: 6363258.

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

Color convert

RGB1222497-
CMYK00.800.200.52
HSL315.31º67.12%28.63%-
HSV(B)315.31º80.33%47.84%-
XYZ10.515.6511.85-
YUV61.62147.97171.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.21%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=50.21%
G=9.88%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122249700.800.200.52315.3167.1228.63
Hex7A1861050143413b431d
Octal172301410120246447310335
Binary11110101100011000010101000010100110100100111011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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