#742F5F

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

Shades of Palatinate Purple #742F5F

Tints of Palatinate Purple #742F5F

Color information

#742F5F (or 0x742F5F) is unknown color: approx Palatinate Purple. HEX triplet: 74, 2F and 5F. RGB value is (116,47,95). Sum of RGB (Red+Green+Blue) = 116+47+95=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #742F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F5F is #8BD0A0. Grayscale: #484848. Windows color (decimal): -9162913 or 6238068. OLE color: 6238068.

HSL color Cylindrical-coordinate representation of color #742F5F: hue angle of 318.26º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #742F5F is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1164795-
CMYK00.590.180.55
HSL318.26º42.33%31.96%-
HSV(B)318.26º59.48%45.49%-
XYZ10.286.5711.55-
YUV73.1140.36158.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 47 (18.75% from 255) = 18.22%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=44.96%
G=18.22%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116479500.590.180.55318.2642.3331.96
Hex742F5F03B123713e2a20
Octal1645713707322674765240
Binary11101001011111011111011101110010110111100111110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742F5F; }

 p { color: rgb(116,47,95); }

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

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

 a { background-color: rgb(116,47,95); }

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

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

 span { border-color: rgb(116,47,95); }

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