#74115C

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

Shades of Palatinate Purple #74115C

Tints of Palatinate Purple #74115C

Color information

#74115C (or 0x74115C) is unknown color: approx Palatinate Purple. HEX triplet: 74, 11 and 5C. RGB value is (116,17,92). Sum of RGB (Red+Green+Blue) = 116+17+92=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #74115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74115C is #8BEEA3. Grayscale: #363636. Windows color (decimal): -9170596 or 6033780. OLE color: 6033780.

HSL color Cylindrical-coordinate representation of color #74115C: hue angle of 314.55º 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 #74115C is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1161792-
CMYK00.850.210.55
HSL314.55º74.44%26.08%-
HSV(B)314.55º85.34%45.49%-
XYZ9.334.8910.58-
YUV55.15148.8171.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.56%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=51.56%
G=7.56%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116179200.850.210.55314.5574.4426.08
Hex74115C055153713b4a1a
Octal164211340125256747311232
Binary11101001000110111000101010110101110111100111011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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