#74115E

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

Shades of Palatinate Purple #74115E

Tints of Palatinate Purple #74115E

Color information

#74115E (or 0x74115E) is unknown color: approx Palatinate Purple. HEX triplet: 74, 11 and 5E. RGB value is (116,17,94). Sum of RGB (Red+Green+Blue) = 116+17+94=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74115E is #8BEEA1. Grayscale: #373737. Windows color (decimal): -9170594 or 6164852. OLE color: 6164852.

HSL color Cylindrical-coordinate representation of color #74115E: hue angle of 313.33º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74115E is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1161794-
CMYK00.850.190.55
HSL313.33º74.44%26.08%-
HSV(B)313.33º85.34%45.49%-
XYZ9.424.9211.04-
YUV55.38149.8171.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 17 (7.03% from 255) = 7.49%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=51.10%
G=7.49%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116179400.850.190.55313.3374.4426.08
Hex74115E05513371394a1a
Octal164211360125236747111232
Binary11101001000110111100101010110011110111100111001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74115E; }

 p { color: rgb(116,17,94); }

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

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

 a { background-color: rgb(116,17,94); }

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

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

 span { border-color: rgb(116,17,94); }

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