#742969

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

Shades of Palatinate Purple #742969

Tints of Palatinate Purple #742969

Color information

#742969 (or 0x742969) is unknown color: approx Palatinate Purple. HEX triplet: 74, 29 and 69. RGB value is (116,41,105). Sum of RGB (Red+Green+Blue) = 116+41+105=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #742969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742969 is #8BD696. Grayscale: #464646. Windows color (decimal): -9164439 or 6891892. OLE color: 6891892.

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

Color convert

RGB11641105-
CMYK00.650.090.55
HSL308.8º47.77%30.78%-
HSV(B)308.8º64.66%45.49%-
XYZ10.556.3214.03-
YUV70.72147.35160.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 105 (41.41% from 255) = 40.08%
R=44.27%
G=15.65%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164110500.650.090.55308.847.7730.78
Hex742969041937135301f
Octal16451151010111674656037
Binary1110100101001110100101000001100111011110011010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742969; }

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

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

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

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

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

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

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

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