#742F68

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

Shades of Palatinate Purple #742F68

Tints of Palatinate Purple #742F68

Color information

#742F68 (or 0x742F68) is unknown color: approx Palatinate Purple. HEX triplet: 74, 2F and 68. RGB value is (116,47,104). Sum of RGB (Red+Green+Blue) = 116+47+104=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #742F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F68 is #8BD097. Grayscale: #494949. Windows color (decimal): -9162904 or 6827892. OLE color: 6827892.

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

Color convert

RGB11647104-
CMYK00.590.100.55
HSL310.43º42.33%31.96%-
HSV(B)310.43º59.48%45.49%-
XYZ10.726.7513.83-
YUV74.13144.86157.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 47 (18.75% from 255) = 17.60%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=43.45%
G=17.60%
B=38.95%

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
Decimal1164710400.590.100.55310.4342.3331.96
Hex742F6803BA371362a20
Octal1645715007312674665240
Binary1110100101111110100001110111010110111100110110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742F68; }

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

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

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

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

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

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

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

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