#742370

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

Shades of Palatinate Purple #742370

Tints of Palatinate Purple #742370

Color information

#742370 (or 0x742370) is unknown color: approx Palatinate Purple. HEX triplet: 74, 23 and 70. RGB value is (116,35,112). Sum of RGB (Red+Green+Blue) = 116+35+112=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #742370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742370 is #8BDC8F. Grayscale: #434343. Windows color (decimal): -9165968 or 7349108. OLE color: 7349108.

HSL color Cylindrical-coordinate representation of color #742370: hue angle of 302.96º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742370 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11635112-
CMYK00.700.030.55
HSL302.96º53.64%29.61%-
HSV(B)302.96º69.83%45.49%-
XYZ10.736.0815.94-
YUV68152.84162.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 35 (14.06% from 255) = 13.31%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=44.11%
G=13.31%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163511200.700.030.55302.9653.6429.61
Hex74237004633712f361e
Octal1644316001063674576636
Binary11101001000111110000010001101111011110010111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742370; }

 p { color: rgb(116,35,112); }

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

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

 a { background-color: rgb(116,35,112); }

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

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

 span { border-color: rgb(116,35,112); }

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