#762965

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

Shades of Palatinate Purple #762965

Tints of Palatinate Purple #762965

Color information

#762965 (or 0x762965) is unknown color: approx Palatinate Purple. HEX triplet: 76, 29 and 65. RGB value is (118,41,101). Sum of RGB (Red+Green+Blue) = 118+41+101=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #762965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762965 is #89D69A. Grayscale: #464646. Windows color (decimal): -9033371 or 6629750. OLE color: 6629750.

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

Color convert

RGB11841101-
CMYK00.650.140.54
HSL313.25º48.43%31.18%-
HSV(B)313.25º65.25%46.27%-
XYZ10.616.3812.98-
YUV70.86145.01161.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 41 (16.41% from 255) = 15.77%
BLUE value IS 101 (39.84% from 255) = 38.85%
R=45.38%
G=15.77%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184110100.650.140.54313.2548.4331.18
Hex762965041E36139301f
Octal16651145010116664716037
Binary1110110101001110010101000001111011011010011100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762965; }

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

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

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

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

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

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

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

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