#743462

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

Shades of Palatinate Purple #743462

Tints of Palatinate Purple #743462

Color information

#743462 (or 0x743462) is unknown color: approx Palatinate Purple. HEX triplet: 74, 34 and 62. RGB value is (116,52,98). Sum of RGB (Red+Green+Blue) = 116+52+98=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #743462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743462 is #8BCB9D. Grayscale: #4C4C4C. Windows color (decimal): -9161630 or 6435956. OLE color: 6435956.

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

Color convert

RGB1165298-
CMYK00.550.160.55
HSL316.88º38.1%32.94%-
HSV(B)316.88º55.17%45.49%-
XYZ10.647.0512.36-
YUV76.38140.2156.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=43.61%
G=19.55%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116529800.550.160.55316.8838.132.94
Hex743462037103713d2621
Octal1646414206720674754641
Binary11101001101001100010011011110000110111100111101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743462; }

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

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

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

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

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

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

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

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