#742761

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

Shades of Palatinate Purple #742761

Tints of Palatinate Purple #742761

Color information

#742761 (or 0x742761) is unknown color: approx Palatinate Purple. HEX triplet: 74, 27 and 61. RGB value is (116,39,97). Sum of RGB (Red+Green+Blue) = 116+39+97=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #742761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742761 is #8BD89E. Grayscale: #444444. Windows color (decimal): -9164959 or 6367092. OLE color: 6367092.

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

Color convert

RGB1163997-
CMYK00.660.160.55
HSL314.81º49.68%30.39%-
HSV(B)314.81º66.38%45.49%-
XYZ10.096.0311.94-
YUV68.63144.01161.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=46.03%
G=15.48%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116399700.660.160.55314.8149.6830.39
Hex742761042103713b321e
Octal16447141010220674736236
Binary11101001001111100001010000101000011011110011101111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742761; }

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

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

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

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

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

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

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

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