#762865

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

Shades of Palatinate Purple #762865

Tints of Palatinate Purple #762865

Color information

#762865 (or 0x762865) is unknown color: approx Palatinate Purple. HEX triplet: 76, 28 and 65. RGB value is (118,40,101). Sum of RGB (Red+Green+Blue) = 118+40+101=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #762865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762865 is #89D79A. Grayscale: #464646. Windows color (decimal): -9033627 or 6629494. OLE color: 6629494.

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

Color convert

RGB11840101-
CMYK00.660.140.54
HSL313.08º49.37%30.98%-
HSV(B)313.08º66.1%46.27%-
XYZ10.586.3112.97-
YUV70.28145.34162.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 101 (39.84% from 255) = 39.00%
R=45.56%
G=15.44%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184010100.660.140.54313.0849.3730.98
Hex762865042E36139311f
Octal16650145010216664716137
Binary1110110101000110010101000010111011011010011100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762865; }

 p { color: rgb(118,40,101); }

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

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

 a { background-color: rgb(118,40,101); }

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

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

 span { border-color: rgb(118,40,101); }

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