#741969

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

Shades of Palatinate Purple #741969

Tints of Palatinate Purple #741969

Color information

#741969 (or 0x741969) is unknown color: approx Palatinate Purple. HEX triplet: 74, 19 and 69. RGB value is (116,25,105). Sum of RGB (Red+Green+Blue) = 116+25+105=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #741969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741969 is #8BE696. Grayscale: #3D3D3D. Windows color (decimal): -9168535 or 6887796. OLE color: 6887796.

HSL color Cylindrical-coordinate representation of color #741969: hue angle of 307.25º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741969 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11625105-
CMYK00.780.090.55
HSL307.25º64.54%27.65%-
HSV(B)307.25º78.45%45.49%-
XYZ10.15.4313.88-
YUV61.33152.65167-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 25 (10.16% from 255) = 10.16%
BLUE value IS 105 (41.41% from 255) = 42.68%
R=47.15%
G=10.16%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1162510500.780.090.55307.2564.5427.65
Hex74196904E937133411c
Octal164311510116116746310134
Binary1110100110011101001010011101001110111100110011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741969; }

 p { color: rgb(116,25,105); }

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

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

 a { background-color: rgb(116,25,105); }

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

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

 span { border-color: rgb(116,25,105); }

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