#742F61

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

Shades of Palatinate Purple #742F61

Tints of Palatinate Purple #742F61

Color information

#742F61 (or 0x742F61) is unknown color: approx Palatinate Purple. HEX triplet: 74, 2F and 61. RGB value is (116,47,97). Sum of RGB (Red+Green+Blue) = 116+47+97=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #742F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F61 is #8BD09E. Grayscale: #494949. Windows color (decimal): -9162911 or 6369140. OLE color: 6369140.

HSL color Cylindrical-coordinate representation of color #742F61: hue angle of 316.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #742F61 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1164797-
CMYK00.590.160.55
HSL316.52º42.33%31.96%-
HSV(B)316.52º59.48%45.49%-
XYZ10.386.6112.04-
YUV73.33141.36158.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 47 (18.75% from 255) = 18.08%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=44.62%
G=18.08%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116479700.590.160.55316.5242.3331.96
Hex742F6103B103713d2a20
Octal1645714107320674755240
Binary11101001011111100001011101110000110111100111101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,47,97); }

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

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

 a { background-color: rgb(116,47,97); }

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

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

 span { border-color: rgb(116,47,97); }

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