#76095B

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

Shades of Palatinate Purple #76095B

Tints of Palatinate Purple #76095B

Color information

#76095B (or 0x76095B) is unknown color: approx Palatinate Purple. HEX triplet: 76, 09 and 5B. RGB value is (118,9,91). Sum of RGB (Red+Green+Blue) = 118+9+91=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76095B is #89F6A4. Grayscale: #323232. Windows color (decimal): -9041573 or 5966198. OLE color: 5966198.

HSL color Cylindrical-coordinate representation of color #76095B: hue angle of 314.86º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76095B is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB118991-
CMYK00.920.230.54
HSL314.86º85.83%24.9%-
HSV(B)314.86º92.37%46.27%-
XYZ9.464.810.33-
YUV50.94150.61175.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=54.13%
G=4.13%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11899100.920.230.54314.8685.8324.9
Hex7695B05C173613b5619
Octal166111330134276647312631
Binary1110110100110110110101110010111110110100111011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,9,91); }

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

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

 a { background-color: rgb(118,9,91); }

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

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

 span { border-color: rgb(118,9,91); }

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