#762762

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

Shades of Palatinate Purple #762762

Tints of Palatinate Purple #762762

Color information

#762762 (or 0x762762) is unknown color: approx Palatinate Purple. HEX triplet: 76, 27 and 62. RGB value is (118,39,98). Sum of RGB (Red+Green+Blue) = 118+39+98=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #762762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762762 is #89D89D. Grayscale: #454545. Windows color (decimal): -9033886 or 6432630. OLE color: 6432630.

HSL color Cylindrical-coordinate representation of color #762762: hue angle of 315.19º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762762 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1183998-
CMYK00.670.170.54
HSL315.19º50.32%30.78%-
HSV(B)315.19º66.95%46.27%-
XYZ10.46.1812.2-
YUV69.35144.17162.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 39 (15.62% from 255) = 15.29%
BLUE value IS 98 (38.67% from 255) = 38.43%
R=46.27%
G=15.29%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118399800.670.170.54315.1950.3230.78
Hex762762043113613b321f
Octal16647142010321664736237
Binary11101101001111100010010000111000111011010011101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762762; }

 p { color: rgb(118,39,98); }

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

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

 a { background-color: rgb(118,39,98); }

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

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

 span { border-color: rgb(118,39,98); }

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