#76105A

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

Shades of Palatinate Purple #76105A

Tints of Palatinate Purple #76105A

Color information

#76105A (or 0x76105A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 10 and 5A. RGB value is (118,16,90). Sum of RGB (Red+Green+Blue) = 118+16+90=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #76105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76105A is #89EFA5. Grayscale: #363636. Windows color (decimal): -9039782 or 5902454. OLE color: 5902454.

HSL color Cylindrical-coordinate representation of color #76105A: hue angle of 316.47º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76105A is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1181690-
CMYK00.860.240.54
HSL316.47º76.12%26.27%-
HSV(B)316.47º86.44%46.27%-
XYZ9.54.9610.13-
YUV54.93147.79172.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 16 (6.64% from 255) = 7.14%
BLUE value IS 90 (35.55% from 255) = 40.18%
R=52.68%
G=7.14%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118169000.860.240.54316.4776.1226.27
Hex76105A056183613c4c1a
Octal166201320126306647411432
Binary11101101000010110100101011011000110110100111100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,16,90); }

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

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

 a { background-color: rgb(118,16,90); }

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

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

 span { border-color: rgb(118,16,90); }

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