#741462

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

Shades of Palatinate Purple #741462

Tints of Palatinate Purple #741462

Color information

#741462 (or 0x741462) is unknown color: approx Palatinate Purple. HEX triplet: 74, 14 and 62. RGB value is (116,20,98). Sum of RGB (Red+Green+Blue) = 116+20+98=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #741462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741462 is #8BEB9D. Grayscale: #393939. Windows color (decimal): -9169822 or 6427764. OLE color: 6427764.

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

Color convert

RGB1162098-
CMYK00.830.160.55
HSL311.25º70.59%26.67%-
HSV(B)311.25º82.76%45.49%-
XYZ9.665.112.03-
YUV57.6150.8169.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 20 (8.20% from 255) = 8.55%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=49.57%
G=8.55%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116209800.830.160.55311.2570.5926.67
Hex7414620531037137471b
Octal164241420123206746710733
Binary11101001010011000100101001110000110111100110111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741462; }

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

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

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

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

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

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

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

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