#743066

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

Shades of Palatinate Purple #743066

Tints of Palatinate Purple #743066

Color information

#743066 (or 0x743066) is unknown color: approx Palatinate Purple. HEX triplet: 74, 30 and 66. RGB value is (116,48,102). Sum of RGB (Red+Green+Blue) = 116+48+102=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #743066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743066 is #8BCF99. Grayscale: #4A4A4A. Windows color (decimal): -9162650 or 6697076. OLE color: 6697076.

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

Color convert

RGB11648102-
CMYK00.590.120.55
HSL312.35º41.46%32.16%-
HSV(B)312.35º58.62%45.49%-
XYZ10.666.7913.32-
YUV74.49143.53157.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=43.61%
G=18.05%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164810200.590.120.55312.3541.4632.16
Hex74306603BC371382920
Octal1646014607314674705140
Binary1110100110000110011001110111100110111100111000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743066; }

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

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

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

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

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

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

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

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