#761867

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

Shades of Palatinate Purple #761867

Tints of Palatinate Purple #761867

Color information

#761867 (or 0x761867) is unknown color: approx Palatinate Purple. HEX triplet: 76, 18 and 67. RGB value is (118,24,103). Sum of RGB (Red+Green+Blue) = 118+24+103=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #761867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761867 is #89E798. Grayscale: #3C3C3C. Windows color (decimal): -9037721 or 6756470. OLE color: 6756470.

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

Color convert

RGB11824103-
CMYK00.800.130.54
HSL309.57º66.2%27.84%-
HSV(B)309.57º79.66%46.27%-
XYZ10.255.4813.35-
YUV61.11151.64168.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 24 (9.77% from 255) = 9.80%
BLUE value IS 103 (40.62% from 255) = 42.04%
R=48.16%
G=9.80%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182410300.800.130.54309.5766.227.84
Hex761867050D36136421c
Octal166301470120156646610234
Binary1110110110001100111010100001101110110100110110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761867; }

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

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

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

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

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

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

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

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