#740D64

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

Shades of Palatinate Purple #740D64

Tints of Palatinate Purple #740D64

Color information

#740D64 (or 0x740D64) is unknown color: approx Palatinate Purple. HEX triplet: 74, 0D and 64. RGB value is (116,13,100). Sum of RGB (Red+Green+Blue) = 116+13+100=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #740D64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D64 is #8BF29B. Grayscale: #353535. Windows color (decimal): -9171612 or 6557044. OLE color: 6557044.

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

Color convert

RGB11613100-
CMYK00.890.140.55
HSL309.32º79.84%25.29%-
HSV(B)309.32º88.79%45.49%-
XYZ9.654.9212.5-
YUV53.72154.12172.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.66%
GREEN value IS 13 (5.47% from 255) = 5.68%
BLUE value IS 100 (39.45% from 255) = 43.67%
R=50.66%
G=5.68%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161310000.890.140.55309.3279.8425.29
Hex74D64059E371355019
Octal164151440131166746512031
Binary111010011011100100010110011110110111100110101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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