#741F6E

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

Shades of Palatinate Purple #741F6E

Tints of Palatinate Purple #741F6E

Color information

#741F6E (or 0x741F6E) is unknown color: approx Palatinate Purple. HEX triplet: 74, 1F and 6E. RGB value is (116,31,110). Sum of RGB (Red+Green+Blue) = 116+31+110=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #741F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741F6E is #8BE091. Grayscale: #414141. Windows color (decimal): -9166994 or 7217012. OLE color: 7217012.

HSL color Cylindrical-coordinate representation of color #741F6E: hue angle of 304.24º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #741F6E is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11631110-
CMYK00.730.050.55
HSL304.24º57.82%28.82%-
HSV(B)304.24º73.28%45.49%-
XYZ10.515.8215.32-
YUV65.42153.16164.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 31 (12.5% from 255) = 12.06%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=45.14%
G=12.06%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163111000.730.050.55304.2457.8228.82
Hex741F6E0495371303a1d
Octal1643715601115674607235
Binary11101001111111011100100100110111011110011000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741F6E; }

 p { color: rgb(116,31,110); }

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

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

 a { background-color: rgb(116,31,110); }

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

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

 span { border-color: rgb(116,31,110); }

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