#741069

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

Shades of Palatinate Purple #741069

Tints of Palatinate Purple #741069

Color information

#741069 (or 0x741069) is unknown color: approx Palatinate Purple. HEX triplet: 74, 10 and 69. RGB value is (116,16,105). Sum of RGB (Red+Green+Blue) = 116+16+105=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #741069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741069 is #8BEF96. Grayscale: #373737. Windows color (decimal): -9170839 or 6885492. OLE color: 6885492.

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

Color convert

RGB11616105-
CMYK00.860.090.55
HSL306.6º75.76%25.88%-
HSV(B)306.6º86.21%45.49%-
XYZ9.945.113.83-
YUV56.05155.63170.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 16 (6.64% from 255) = 6.75%
BLUE value IS 105 (41.41% from 255) = 44.30%
R=48.95%
G=6.75%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161610500.860.090.55306.675.7625.88
Hex7410690569371334c1a
Octal164201510126116746311432
Binary1110100100001101001010101101001110111100110011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741069; }

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

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

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

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

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

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

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

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