#742968

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

Shades of Palatinate Purple #742968

Tints of Palatinate Purple #742968

Color information

#742968 (or 0x742968) is unknown color: approx Palatinate Purple. HEX triplet: 74, 29 and 68. RGB value is (116,41,104). Sum of RGB (Red+Green+Blue) = 116+41+104=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #742968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742968 is #8BD697. Grayscale: #464646. Windows color (decimal): -9164440 or 6826356. OLE color: 6826356.

HSL color Cylindrical-coordinate representation of color #742968: hue angle of 309.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742968 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11641104-
CMYK00.650.100.55
HSL309.6º47.77%30.78%-
HSV(B)309.6º64.66%45.49%-
XYZ10.496.313.76-
YUV70.61146.85160.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 41 (16.41% from 255) = 15.71%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=44.44%
G=15.71%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164110400.650.100.55309.647.7730.78
Hex742968041A37136301f
Octal16451150010112674666037
Binary1110100101001110100001000001101011011110011011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742968; }

 p { color: rgb(116,41,104); }

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

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

 a { background-color: rgb(116,41,104); }

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

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

 span { border-color: rgb(116,41,104); }

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