#76256B

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

Shades of Palatinate Purple #76256B

Tints of Palatinate Purple #76256B

Color information

#76256B (or 0x76256B) is unknown color: approx Palatinate Purple. HEX triplet: 76, 25 and 6B. RGB value is (118,37,107). Sum of RGB (Red+Green+Blue) = 118+37+107=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76256B is #89DA94. Grayscale: #454545. Windows color (decimal): -9034389 or 7021942. OLE color: 7021942.

HSL color Cylindrical-coordinate representation of color #76256B: hue angle of 308.15º 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 #76256B is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11837107-
CMYK00.690.090.54
HSL308.15º52.26%30.39%-
HSV(B)308.15º68.64%46.27%-
XYZ10.796.2414.55-
YUV69.2149.34162.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 37 (14.84% from 255) = 14.12%
BLUE value IS 107 (42.19% from 255) = 40.84%
R=45.04%
G=14.12%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183710700.690.090.54308.1552.2630.39
Hex76256B045936134341e
Octal16645153010511664646436
Binary1110110100101110101101000101100111011010011010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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