#742368

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

Shades of Palatinate Purple #742368

Tints of Palatinate Purple #742368

Color information

#742368 (or 0x742368) is unknown color: approx Palatinate Purple. HEX triplet: 74, 23 and 68. RGB value is (116,35,104). Sum of RGB (Red+Green+Blue) = 116+35+104=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #742368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742368 is #8BDC97. Grayscale: #424242. Windows color (decimal): -9165976 or 6824820. OLE color: 6824820.

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

Color convert

RGB11635104-
CMYK00.700.100.55
HSL308.89º53.64%29.61%-
HSV(B)308.89º69.83%45.49%-
XYZ10.35.9113.7-
YUV67.08148.84162.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=45.49%
G=13.73%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163510400.700.100.55308.8953.6429.61
Hex742368046A37135361e
Octal16443150010612674656636
Binary1110100100011110100001000110101011011110011010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742368; }

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

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

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

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

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

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

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

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