#7A2667

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

Shades of Palatinate Purple #7A2667

Tints of Palatinate Purple #7A2667

Color information

#7A2667 (or 0x7A2667) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 26 and 67. RGB value is (122,38,103). Sum of RGB (Red+Green+Blue) = 122+38+103=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2667 is #85D998. Grayscale: #464646. Windows color (decimal): -8771993 or 6760058. OLE color: 6760058.

HSL color Cylindrical-coordinate representation of color #7A2667: hue angle of 313.57º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A2667 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB12238103-
CMYK00.690.160.52
HSL313.57º52.5%31.37%-
HSV(B)313.57º68.85%47.84%-
XYZ11.176.513.5-
YUV70.53146.33164.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.39%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 103 (40.62% from 255) = 39.16%
R=46.39%
G=14.45%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1223810300.690.160.52313.5752.531.37
Hex7A2667045103413a341f
Octal17246147010520644726437
Binary11110101001101100111010001011000011010010011101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,38,103); }

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

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

 a { background-color: rgb(122,38,103); }

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

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

 span { border-color: rgb(122,38,103); }

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