#742965

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

Shades of Palatinate Purple #742965

Tints of Palatinate Purple #742965

Color information

#742965 (or 0x742965) is unknown color: approx Palatinate Purple. HEX triplet: 74, 29 and 65. RGB value is (116,41,101). Sum of RGB (Red+Green+Blue) = 116+41+101=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #742965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742965 is #8BD69A. Grayscale: #464646. Windows color (decimal): -9164443 or 6629748. OLE color: 6629748.

HSL color Cylindrical-coordinate representation of color #742965: hue angle of 312º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742965 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB11641101-
CMYK00.650.130.55
HSL312º47.77%30.78%-
HSV(B)312º64.66%45.49%-
XYZ10.346.2412.97-
YUV70.26145.35160.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 101 (39.84% from 255) = 39.15%
R=44.96%
G=15.89%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164110100.650.130.5531247.7730.78
Hex742965041D37138301f
Octal16451145010115674706037
Binary1110100101001110010101000001110111011110011100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742965; }

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

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

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

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

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

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

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

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