#742261

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

Shades of Palatinate Purple #742261

Tints of Palatinate Purple #742261

Color information

#742261 (or 0x742261) is unknown color: approx Palatinate Purple. HEX triplet: 74, 22 and 61. RGB value is (116,34,97). Sum of RGB (Red+Green+Blue) = 116+34+97=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #742261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742261 is #8BDD9E. Grayscale: #414141. Windows color (decimal): -9166239 or 6365812. OLE color: 6365812.

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

Color convert

RGB1163497-
CMYK00.710.160.55
HSL313.9º54.67%29.41%-
HSV(B)313.9º70.69%45.49%-
XYZ9.935.7211.89-
YUV65.7145.67163.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.96%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=46.96%
G=13.77%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116349700.710.160.55313.954.6729.41
Hex742261047103713a371d
Octal16442141010720674726735
Binary11101001000101100001010001111000011011110011101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742261; }

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

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

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

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

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

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

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

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