#740D65

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

Shades of Palatinate Purple #740D65

Tints of Palatinate Purple #740D65

Color information

#740D65 (or 0x740D65) is unknown color: approx Palatinate Purple. HEX triplet: 74, 0D and 65. RGB value is (116,13,101). Sum of RGB (Red+Green+Blue) = 116+13+101=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #740D65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D65 is #8BF29A. Grayscale: #353535. Windows color (decimal): -9171611 or 6622580. OLE color: 6622580.

HSL color Cylindrical-coordinate representation of color #740D65: hue angle of 308.74º 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 #740D65 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB11613101-
CMYK00.890.130.55
HSL308.74º79.84%25.29%-
HSV(B)308.74º88.79%45.49%-
XYZ9.74.9412.75-
YUV53.83154.62172.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.43%
GREEN value IS 13 (5.47% from 255) = 5.65%
BLUE value IS 101 (39.84% from 255) = 43.91%
R=50.43%
G=5.65%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161310100.890.130.55308.7479.8425.29
Hex74D65059D371355019
Octal164151450131156746512031
Binary111010011011100101010110011101110111100110101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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