#760A64

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

Shades of Palatinate Purple #760A64

Tints of Palatinate Purple #760A64

Color information

#760A64 (or 0x760A64) is unknown color: approx Palatinate Purple. HEX triplet: 76, 0A and 64. RGB value is (118,10,100). Sum of RGB (Red+Green+Blue) = 118+10+100=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #760A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760A64 is #89F59B. Grayscale: #343434. Windows color (decimal): -9041308 or 6556278. OLE color: 6556278.

HSL color Cylindrical-coordinate representation of color #760A64: hue angle of 310º degrees, saturation: 0.84, 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 #760A64 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11810100-
CMYK00.920.150.54
HSL310º84.38%25.1%-
HSV(B)310º91.53%46.27%-
XYZ9.884.9912.5-
YUV52.55154.78174.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 10 (4.30% from 255) = 4.39%
BLUE value IS 100 (39.45% from 255) = 43.86%
R=51.75%
G=4.39%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181010000.920.150.5431084.3825.1
Hex76A6405CF361365419
Octal166121440134176646612431
Binary111011010101100100010111001111110110100110110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760A64; }

 p { color: rgb(118,10,100); }

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

<style>
 a { background-color: #760A64; }

 a { background-color: rgb(118,10,100); }

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

<style>
 span { border-color: #760A64; }

 span { border-color: rgb(118,10,100); }

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