#742366

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

Shades of Palatinate Purple #742366

Tints of Palatinate Purple #742366

Color information

#742366 (or 0x742366) is unknown color: approx Palatinate Purple. HEX triplet: 74, 23 and 66. RGB value is (116,35,102). Sum of RGB (Red+Green+Blue) = 116+35+102=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #742366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742366 is #8BDC99. Grayscale: #424242. Windows color (decimal): -9165978 or 6693748. OLE color: 6693748.

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

Color convert

RGB11635102-
CMYK00.700.120.55
HSL310.37º53.64%29.61%-
HSV(B)310.37º69.83%45.49%-
XYZ10.25.8713.17-
YUV66.86147.84163.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=45.85%
G=13.83%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163510200.700.120.55310.3753.6429.61
Hex742366046C37136361e
Octal16443146010614674666636
Binary1110100100011110011001000110110011011110011011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742366; }

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

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

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

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

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

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

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

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