#76286F

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

Shades of Palatinate Purple #76286F

Tints of Palatinate Purple #76286F

Color information

#76286F (or 0x76286F) is unknown color: approx Palatinate Purple. HEX triplet: 76, 28 and 6F. RGB value is (118,40,111). Sum of RGB (Red+Green+Blue) = 118+40+111=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #76286F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76286F is #89D790. Grayscale: #474747. Windows color (decimal): -9033617 or 7284854. OLE color: 7284854.

HSL color Cylindrical-coordinate representation of color #76286F: hue angle of 305.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76286F is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11840111-
CMYK00.660.060.54
HSL305.38º49.37%30.98%-
HSV(B)305.38º66.1%46.27%-
XYZ11.16.5215.71-
YUV71.42150.34161.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=43.87%
G=14.87%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184011100.660.060.54305.3849.3730.98
Hex76286F042636131311f
Octal1665015701026664616137
Binary111011010100011011110100001011011011010011000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76286F; }

 p { color: rgb(118,40,111); }

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

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

 a { background-color: rgb(118,40,111); }

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

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

 span { border-color: rgb(118,40,111); }

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