#741869

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

Shades of Palatinate Purple #741869

Tints of Palatinate Purple #741869

Color information

#741869 (or 0x741869) is unknown color: approx Palatinate Purple. HEX triplet: 74, 18 and 69. RGB value is (116,24,105). Sum of RGB (Red+Green+Blue) = 116+24+105=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #741869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741869 is #8BE796. Grayscale: #3C3C3C. Windows color (decimal): -9168791 or 6887540. OLE color: 6887540.

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

Color convert

RGB11624105-
CMYK00.790.090.55
HSL307.17º65.71%27.45%-
HSV(B)307.17º79.31%45.49%-
XYZ10.085.3913.87-
YUV60.74152.98167.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 24 (9.77% from 255) = 9.80%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=47.35%
G=9.80%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1162410500.790.090.55307.1765.7127.45
Hex74186904F937133421b
Octal164301510117116746310233
Binary1110100110001101001010011111001110111100110011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741869; }

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

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

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

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

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

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

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

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