#741461

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

Shades of Palatinate Purple #741461

Tints of Palatinate Purple #741461

Color information

#741461 (or 0x741461) is unknown color: approx Palatinate Purple. HEX triplet: 74, 14 and 61. RGB value is (116,20,97). Sum of RGB (Red+Green+Blue) = 116+20+97=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #741461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741461 is #8BEB9E. Grayscale: #393939. Windows color (decimal): -9169823 or 6362228. OLE color: 6362228.

HSL color Cylindrical-coordinate representation of color #741461: hue angle of 311.88º 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 #741461 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1162097-
CMYK00.830.160.55
HSL311.88º70.59%26.67%-
HSV(B)311.88º82.76%45.49%-
XYZ9.615.0811.78-
YUV57.48150.3169.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=49.79%
G=8.58%
B=41.63%

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
Decimal116209700.830.160.55311.8870.5926.67
Hex7414610531037138471b
Octal164241410123206747010733
Binary11101001010011000010101001110000110111100111000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741461; }

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

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

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

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

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

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

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

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