#740D68

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

Shades of Palatinate Purple #740D68

Tints of Palatinate Purple #740D68

Color information

#740D68 (or 0x740D68) is unknown color: approx Palatinate Purple. HEX triplet: 74, 0D and 68. RGB value is (116,13,104). Sum of RGB (Red+Green+Blue) = 116+13+104=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #740D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D68 is #8BF297. Grayscale: #353535. Windows color (decimal): -9171608 or 6819188. OLE color: 6819188.

HSL color Cylindrical-coordinate representation of color #740D68: hue angle of 306.99º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740D68 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11613104-
CMYK00.890.100.55
HSL306.99º79.84%25.29%-
HSV(B)306.99º88.79%45.49%-
XYZ9.85513.54-
YUV54.17156.12172.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 13 (5.47% from 255) = 5.58%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=49.79%
G=5.58%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161310400.890.100.55306.9979.8425.29
Hex74D68059A371335019
Octal164151500131126746312031
Binary111010011011101000010110011010110111100110011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740D68; }

 p { color: rgb(116,13,104); }

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

<style>
 a { background-color: #740D68; }

 a { background-color: rgb(116,13,104); }

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

<style>
 span { border-color: #740D68; }

 span { border-color: rgb(116,13,104); }

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