#740B63

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

Shades of Palatinate Purple #740B63

Tints of Palatinate Purple #740B63

Color information

#740B63 (or 0x740B63) is unknown color: approx Palatinate Purple. HEX triplet: 74, 0B and 63. RGB value is (116,11,99). Sum of RGB (Red+Green+Blue) = 116+11+99=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #740B63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740B63 is #8BF49C. Grayscale: #343434. Windows color (decimal): -9172125 or 6490996. OLE color: 6490996.

HSL color Cylindrical-coordinate representation of color #740B63: hue angle of 309.71º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740B63 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1161199-
CMYK00.910.150.55
HSL309.71º82.68%24.9%-
HSV(B)309.71º90.52%45.49%-
XYZ9.574.8512.24-
YUV52.43154.29173.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.33%
GREEN value IS 11 (4.69% from 255) = 4.87%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=51.33%
G=4.87%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116119900.910.150.55309.7182.6824.9
Hex74B6305BF371365319
Octal164131430133176746612331
Binary111010010111100011010110111111110111100110110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740B63; }

 p { color: rgb(116,11,99); }

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

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

 a { background-color: rgb(116,11,99); }

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

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

 span { border-color: rgb(116,11,99); }

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