#742766

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

Shades of Palatinate Purple #742766

Tints of Palatinate Purple #742766

Color information

#742766 (or 0x742766) is unknown color: approx Palatinate Purple. HEX triplet: 74, 27 and 66. RGB value is (116,39,102). Sum of RGB (Red+Green+Blue) = 116+39+102=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #742766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742766 is #8BD899. Grayscale: #454545. Windows color (decimal): -9164954 or 6694772. OLE color: 6694772.

HSL color Cylindrical-coordinate representation of color #742766: hue angle of 310.91º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742766 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11639102-
CMYK00.660.120.55
HSL310.91º49.68%30.39%-
HSV(B)310.91º66.38%45.49%-
XYZ10.336.1213.21-
YUV69.2146.51161.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 39 (15.62% from 255) = 15.18%
BLUE value IS 102 (40.23% from 255) = 39.69%
R=45.14%
G=15.18%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163910200.660.120.55310.9149.6830.39
Hex742766042C37137321e
Octal16447146010214674676236
Binary1110100100111110011001000010110011011110011011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742766; }

 p { color: rgb(116,39,102); }

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

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

 a { background-color: rgb(116,39,102); }

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

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

 span { border-color: rgb(116,39,102); }

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