#74095E

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

Shades of Palatinate Purple #74095E

Tints of Palatinate Purple #74095E

Color information

#74095E (or 0x74095E) is unknown color: approx Palatinate Purple. HEX triplet: 74, 09 and 5E. RGB value is (116,9,94). Sum of RGB (Red+Green+Blue) = 116+9+94=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #74095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74095E is #8BF6A1. Grayscale: #323232. Windows color (decimal): -9172642 or 6162804. OLE color: 6162804.

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

Color convert

RGB116994-
CMYK00.920.190.55
HSL312.34º85.6%24.51%-
HSV(B)312.34º92.24%45.49%-
XYZ9.324.7211.01-
YUV50.68152.45174.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=52.97%
G=4.11%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11699400.920.190.55312.3485.624.51
Hex7495E05C13371385619
Octal164111360134236747012631
Binary1110100100110111100101110010011110111100111000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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