#772562

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

Shades of Palatinate Purple #772562

Tints of Palatinate Purple #772562

Color information

#772562 (or 0x772562) is unknown color: approx Palatinate Purple. HEX triplet: 77, 25 and 62. RGB value is (119,37,98). Sum of RGB (Red+Green+Blue) = 119+37+98=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #772562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772562 is #88DA9D. Grayscale: #444444. Windows color (decimal): -8968862 or 6432119. OLE color: 6432119.

HSL color Cylindrical-coordinate representation of color #772562: hue angle of 315.37º 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 #772562 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1193798-
CMYK00.690.180.53
HSL315.37º52.56%30.59%-
HSV(B)315.37º68.91%46.67%-
XYZ10.476.1312.19-
YUV68.47144.67164.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 37 (14.84% from 255) = 14.57%
BLUE value IS 98 (38.67% from 255) = 38.58%
R=46.85%
G=14.57%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119379800.690.180.53315.3752.5630.59
Hex772562045123513b351f
Octal16745142010522654736537
Binary11101111001011100010010001011001011010110011101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772562; }

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

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

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

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

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

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

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

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