#76256E

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

Shades of Palatinate Purple #76256E

Tints of Palatinate Purple #76256E

Color information

#76256E (or 0x76256E) is unknown color: approx Palatinate Purple. HEX triplet: 76, 25 and 6E. RGB value is (118,37,110). Sum of RGB (Red+Green+Blue) = 118+37+110=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76256E is #89DA91. Grayscale: #454545. Windows color (decimal): -9034386 or 7218550. OLE color: 7218550.

HSL color Cylindrical-coordinate representation of color #76256E: hue angle of 305.93º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76256E is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11837110-
CMYK00.690.070.54
HSL305.93º52.26%30.39%-
HSV(B)305.93º68.64%46.27%-
XYZ10.956.315.39-
YUV69.54150.84162.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=44.53%
G=13.96%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183711000.690.070.54305.9352.2630.39
Hex76256E045736132341e
Octal1664515601057664626436
Binary111011010010111011100100010111111011010011001011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76256E; }

 p { color: rgb(118,37,110); }

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

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

 a { background-color: rgb(118,37,110); }

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

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

 span { border-color: rgb(118,37,110); }

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