#742967

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

Shades of Palatinate Purple #742967

Tints of Palatinate Purple #742967

Color information

#742967 (or 0x742967) is unknown color: approx Palatinate Purple. HEX triplet: 74, 29 and 67. RGB value is (116,41,103). Sum of RGB (Red+Green+Blue) = 116+41+103=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #742967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742967 is #8BD698. Grayscale: #464646. Windows color (decimal): -9164441 or 6760820. OLE color: 6760820.

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

Color convert

RGB11641103-
CMYK00.650.110.55
HSL310.4º47.77%30.78%-
HSV(B)310.4º64.66%45.49%-
XYZ10.446.2813.49-
YUV70.49146.35160.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 41 (16.41% from 255) = 15.77%
BLUE value IS 103 (40.62% from 255) = 39.62%
R=44.62%
G=15.77%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164110300.650.110.55310.447.7730.78
Hex742967041B37136301f
Octal16451147010113674666037
Binary1110100101001110011101000001101111011110011011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742967; }

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

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

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

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

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

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

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

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