#762768

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

Shades of Palatinate Purple #762768

Tints of Palatinate Purple #762768

Color information

#762768 (or 0x762768) is unknown color: approx Palatinate Purple. HEX triplet: 76, 27 and 68. RGB value is (118,39,104). Sum of RGB (Red+Green+Blue) = 118+39+104=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #762768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762768 is #89D897. Grayscale: #454545. Windows color (decimal): -9033880 or 6825846. OLE color: 6825846.

HSL color Cylindrical-coordinate representation of color #762768: hue angle of 310.63º 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 #762768 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB11839104-
CMYK00.670.120.54
HSL310.63º50.32%30.78%-
HSV(B)310.63º66.95%46.27%-
XYZ10.76.313.75-
YUV70.03147.17162.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 39 (15.62% from 255) = 14.94%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=45.21%
G=14.94%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183910400.670.120.54310.6350.3230.78
Hex762768043C36137321f
Octal16647150010314664676237
Binary1110110100111110100001000011110011011010011011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762768; }

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

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

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

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

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

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

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

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