#743068

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

Shades of Palatinate Purple #743068

Tints of Palatinate Purple #743068

Color information

#743068 (or 0x743068) is unknown color: approx Palatinate Purple. HEX triplet: 74, 30 and 68. RGB value is (116,48,104). Sum of RGB (Red+Green+Blue) = 116+48+104=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #743068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743068 is #8BCF97. Grayscale: #4A4A4A. Windows color (decimal): -9162648 or 6828148. OLE color: 6828148.

HSL color Cylindrical-coordinate representation of color #743068: hue angle of 310.59º 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 #743068 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11648104-
CMYK00.590.100.55
HSL310.59º41.46%32.16%-
HSV(B)310.59º58.62%45.49%-
XYZ10.766.8313.85-
YUV74.72144.53157.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.28%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 104 (41.02% from 255) = 38.81%
R=43.28%
G=17.91%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164810400.590.100.55310.5941.4632.16
Hex74306803BA371372920
Octal1646015007312674675140
Binary1110100110000110100001110111010110111100110111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743068; }

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

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

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

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

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

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

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

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