#742763

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

Shades of Palatinate Purple #742763

Tints of Palatinate Purple #742763

Color information

#742763 (or 0x742763) is unknown color: approx Palatinate Purple. HEX triplet: 74, 27 and 63. RGB value is (116,39,99). Sum of RGB (Red+Green+Blue) = 116+39+99=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #742763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742763 is #8BD89C. Grayscale: #444444. Windows color (decimal): -9164957 or 6498164. OLE color: 6498164.

HSL color Cylindrical-coordinate representation of color #742763: hue angle of 313.25º 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 #742763 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1163999-
CMYK00.660.150.55
HSL313.25º49.68%30.39%-
HSV(B)313.25º66.38%45.49%-
XYZ10.186.0612.44-
YUV68.86145.01161.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 39 (15.62% from 255) = 15.35%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=45.67%
G=15.35%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116399900.660.150.55313.2549.6830.39
Hex742763042F37139321e
Octal16447143010217674716236
Binary1110100100111110001101000010111111011110011100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742763; }

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

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

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

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

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

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

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

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