#74165E

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

Shades of Palatinate Purple #74165E

Tints of Palatinate Purple #74165E

Color information

#74165E (or 0x74165E) is unknown color: approx Palatinate Purple. HEX triplet: 74, 16 and 5E. RGB value is (116,22,94). Sum of RGB (Red+Green+Blue) = 116+22+94=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74165E is #8BE9A1. Grayscale: #3A3A3A. Windows color (decimal): -9169314 or 6166132. OLE color: 6166132.

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

Color convert

RGB1162294-
CMYK00.810.190.55
HSL314.04º68.12%27.06%-
HSV(B)314.04º81.03%45.49%-
XYZ9.515.0911.07-
YUV58.31148.14169.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 9.48%
BLUE value IS 94 (37.11% from 255) = 40.52%
R=50%
G=9.48%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116229400.810.190.55314.0468.1227.06
Hex74165E051133713a441b
Octal164261360121236747210433
Binary11101001011010111100101000110011110111100111010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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