#742668

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

Shades of Palatinate Purple #742668

Tints of Palatinate Purple #742668

Color information

#742668 (or 0x742668) is unknown color: approx Palatinate Purple. HEX triplet: 74, 26 and 68. RGB value is (116,38,104). Sum of RGB (Red+Green+Blue) = 116+38+104=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #742668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742668 is #8BD997. Grayscale: #444444. Windows color (decimal): -9165208 or 6825588. OLE color: 6825588.

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

Color convert

RGB11638104-
CMYK00.670.100.55
HSL309.23º50.65%30.2%-
HSV(B)309.23º67.24%45.49%-
XYZ10.396.113.73-
YUV68.85147.84161.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 38 (15.23% from 255) = 14.73%
BLUE value IS 104 (41.02% from 255) = 40.31%
R=44.96%
G=14.73%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163810400.670.100.55309.2350.6530.2
Hex742668043A37135331e
Octal16446150010312674656336
Binary1110100100110110100001000011101011011110011010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742668; }

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

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

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

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

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

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

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

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