#772A67

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

Shades of Palatinate Purple #772A67

Tints of Palatinate Purple #772A67

Color information

#772A67 (or 0x772A67) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2A and 67. RGB value is (119,42,103). Sum of RGB (Red+Green+Blue) = 119+42+103=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #772A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A67 is #88D598. Grayscale: #474747. Windows color (decimal): -8967577 or 6761079. OLE color: 6761079.

HSL color Cylindrical-coordinate representation of color #772A67: hue angle of 312.47º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A67 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB11942103-
CMYK00.650.130.53
HSL312.47º47.83%31.57%-
HSV(B)312.47º64.71%46.67%-
XYZ10.886.5613.52-
YUV71.98145.51161.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 42 (16.80% from 255) = 15.91%
BLUE value IS 103 (40.62% from 255) = 39.02%
R=45.08%
G=15.91%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194210300.650.130.53312.4747.8331.57
Hex772A67041D351383020
Octal16752147010115654706040
Binary11101111010101100111010000011101110101100111000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772A67; }

 p { color: rgb(119,42,103); }

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

<style>
 a { background-color: #772A67; }

 a { background-color: rgb(119,42,103); }

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

<style>
 span { border-color: #772A67; }

 span { border-color: rgb(119,42,103); }

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