#74185E

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

Shades of Palatinate Purple #74185E

Tints of Palatinate Purple #74185E

Color information

#74185E (or 0x74185E) is unknown color: approx Palatinate Purple. HEX triplet: 74, 18 and 5E. RGB value is (116,24,94). Sum of RGB (Red+Green+Blue) = 116+24+94=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #74185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74185E is #8BE7A1. Grayscale: #3B3B3B. Windows color (decimal): -9168802 or 6166644. OLE color: 6166644.

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

Color convert

RGB1162494-
CMYK00.790.190.55
HSL314.35º65.71%27.45%-
HSV(B)314.35º79.31%45.49%-
XYZ9.555.1711.09-
YUV59.49147.48168.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 24 (9.77% from 255) = 10.26%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=49.57%
G=10.26%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116249400.790.190.55314.3565.7127.45
Hex74185E04F133713a421b
Octal164301360117236747210233
Binary11101001100010111100100111110011110111100111010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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