#76286A

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

Shades of Palatinate Purple #76286A

Tints of Palatinate Purple #76286A

Color information

#76286A (or 0x76286A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 28 and 6A. RGB value is (118,40,106). Sum of RGB (Red+Green+Blue) = 118+40+106=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76286A is #89D795. Grayscale: #464646. Windows color (decimal): -9033622 or 6957174. OLE color: 6957174.

HSL color Cylindrical-coordinate representation of color #76286A: hue angle of 309.23º 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 #76286A is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11840106-
CMYK00.660.100.54
HSL309.23º49.37%30.98%-
HSV(B)309.23º66.1%46.27%-
XYZ10.836.4114.3-
YUV70.85147.84161.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 40 (16.02% from 255) = 15.15%
BLUE value IS 106 (41.80% from 255) = 40.15%
R=44.70%
G=15.15%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184010600.660.100.54309.2349.3730.98
Hex76286A042A36135311f
Octal16650152010212664656137
Binary1110110101000110101001000010101011011010011010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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