#742462

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

Shades of Palatinate Purple #742462

Tints of Palatinate Purple #742462

Color information

#742462 (or 0x742462) is unknown color: approx Palatinate Purple. HEX triplet: 74, 24 and 62. RGB value is (116,36,98). Sum of RGB (Red+Green+Blue) = 116+36+98=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #742462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742462 is #8BDB9D. Grayscale: #424242. Windows color (decimal): -9165726 or 6431860. OLE color: 6431860.

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

Color convert

RGB1163698-
CMYK00.690.160.55
HSL313.5º52.63%29.8%-
HSV(B)313.5º68.97%45.49%-
XYZ10.045.8612.16-
YUV66.99145.5162.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.4%
GREEN value IS 36 (14.45% from 255) = 14.4%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=46.4%
G=14.4%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116369800.690.160.55313.552.6329.8
Hex742462045103713a351e
Octal16444142010520674726536
Binary11101001001001100010010001011000011011110011101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742462; }

 p { color: rgb(116,36,98); }

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

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

 a { background-color: rgb(116,36,98); }

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

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

 span { border-color: rgb(116,36,98); }

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