#74255E

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

Shades of Palatinate Purple #74255E

Tints of Palatinate Purple #74255E

Color information

#74255E (or 0x74255E) is unknown color: approx Palatinate Purple. HEX triplet: 74, 25 and 5E. RGB value is (116,37,94). Sum of RGB (Red+Green+Blue) = 116+37+94=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74255E is #8BDAA1. Grayscale: #424242. Windows color (decimal): -9165474 or 6169972. OLE color: 6169972.

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

Color convert

RGB1163794-
CMYK00.680.190.55
HSL316.71º51.63%30%-
HSV(B)316.71º68.1%45.49%-
XYZ9.885.8411.2-
YUV67.12143.17162.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.96%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=46.96%
G=14.98%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116379400.680.190.55316.7151.6330
Hex74255E044133713d341e
Octal16445136010423674756436
Binary11101001001011011110010001001001111011110011110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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