#742A69

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

Shades of Palatinate Purple #742A69

Tints of Palatinate Purple #742A69

Color information

#742A69 (or 0x742A69) is unknown color: approx Palatinate Purple. HEX triplet: 74, 2A and 69. RGB value is (116,42,105). Sum of RGB (Red+Green+Blue) = 116+42+105=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #742A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742A69 is #8BD596. Grayscale: #474747. Windows color (decimal): -9164183 or 6892148. OLE color: 6892148.

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

Color convert

RGB11642105-
CMYK00.640.090.55
HSL308.92º46.84%30.98%-
HSV(B)308.92º63.79%45.49%-
XYZ10.586.3914.04-
YUV71.31147.02159.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 42 (16.80% from 255) = 15.97%
BLUE value IS 105 (41.41% from 255) = 39.92%
R=44.11%
G=15.97%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164210500.640.090.55308.9246.8430.98
Hex742A690409371352f1f
Octal16452151010011674655737
Binary1110100101010110100101000000100111011110011010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742A69; }

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

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

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

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

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

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

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

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