#772568

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

Shades of Palatinate Purple #772568

Tints of Palatinate Purple #772568

Color information

#772568 (or 0x772568) is unknown color: approx Palatinate Purple. HEX triplet: 77, 25 and 68. RGB value is (119,37,104). Sum of RGB (Red+Green+Blue) = 119+37+104=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #772568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772568 is #88DA97. Grayscale: #444444. Windows color (decimal): -8968856 or 6825335. OLE color: 6825335.

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

Color convert

RGB11937104-
CMYK00.690.130.53
HSL310.98º52.56%30.59%-
HSV(B)310.98º68.91%46.67%-
XYZ10.776.2413.73-
YUV69.16147.67163.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 104 (41.02% from 255) = 40%
R=45.77%
G=14.23%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193710400.690.130.53310.9852.5630.59
Hex772568045D35137351f
Octal16745150010515654676537
Binary1110111100101110100001000101110111010110011011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772568; }

 p { color: rgb(119,37,104); }

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

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

 a { background-color: rgb(119,37,104); }

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

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

 span { border-color: rgb(119,37,104); }

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