#741465

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

Shades of Palatinate Purple #741465

Tints of Palatinate Purple #741465

Color information

#741465 (or 0x741465) is unknown color: approx Palatinate Purple. HEX triplet: 74, 14 and 65. RGB value is (116,20,101). Sum of RGB (Red+Green+Blue) = 116+20+101=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #741465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741465 is #8BEB9A. Grayscale: #393939. Windows color (decimal): -9169819 or 6624372. OLE color: 6624372.

HSL color Cylindrical-coordinate representation of color #741465: hue angle of 309.38º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741465 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB11620101-
CMYK00.830.130.55
HSL309.38º70.59%26.67%-
HSV(B)309.38º82.76%45.49%-
XYZ9.85.1512.79-
YUV57.94152.3169.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 20 (8.20% from 255) = 8.44%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=48.95%
G=8.44%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1162010100.830.130.55309.3870.5926.67
Hex741465053D37135471b
Octal164241450123156746510733
Binary1110100101001100101010100111101110111100110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741465; }

 p { color: rgb(116,20,101); }

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

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

 a { background-color: rgb(116,20,101); }

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

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

 span { border-color: rgb(116,20,101); }

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