#761865

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

Shades of Palatinate Purple #761865

Tints of Palatinate Purple #761865

Color information

#761865 (or 0x761865) is unknown color: approx Palatinate Purple. HEX triplet: 76, 18 and 65. RGB value is (118,24,101). Sum of RGB (Red+Green+Blue) = 118+24+101=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #761865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761865 is #89E79A. Grayscale: #3C3C3C. Windows color (decimal): -9037723 or 6625398. OLE color: 6625398.

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

Color convert

RGB11824101-
CMYK00.800.140.54
HSL310.85º66.2%27.84%-
HSV(B)310.85º79.66%46.27%-
XYZ10.155.4412.83-
YUV60.88150.64168.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=48.56%
G=9.88%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182410100.800.140.54310.8566.227.84
Hex761865050E36137421c
Octal166301450120166646710234
Binary1110110110001100101010100001110110110100110111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761865; }

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

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

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

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

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

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

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

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