#741F6C

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

Shades of Palatinate Purple #741F6C

Tints of Palatinate Purple #741F6C

Color information

#741F6C (or 0x741F6C) is unknown color: approx Palatinate Purple. HEX triplet: 74, 1F and 6C. RGB value is (116,31,108). Sum of RGB (Red+Green+Blue) = 116+31+108=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #741F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741F6C is #8BE093. Grayscale: #404040. Windows color (decimal): -9166996 or 7085940. OLE color: 7085940.

HSL color Cylindrical-coordinate representation of color #741F6C: hue angle of 305.65º 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 #741F6C is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11631108-
CMYK00.730.070.55
HSL305.65º57.82%28.82%-
HSV(B)305.65º73.28%45.49%-
XYZ10.45.7814.75-
YUV65.19152.16164.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 31 (12.5% from 255) = 12.16%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=45.49%
G=12.16%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163110800.730.070.55305.6557.8228.82
Hex741F6C0497371323a1d
Octal1643715401117674627235
Binary11101001111111011000100100111111011110011001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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