#74225E

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

Shades of Palatinate Purple #74225E

Tints of Palatinate Purple #74225E

Color information

#74225E (or 0x74225E) is unknown color: approx Palatinate Purple. HEX triplet: 74, 22 and 5E. RGB value is (116,34,94). Sum of RGB (Red+Green+Blue) = 116+34+94=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74225E is #8BDDA1. Grayscale: #414141. Windows color (decimal): -9166242 or 6169204. OLE color: 6169204.

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

Color convert

RGB1163494-
CMYK00.710.190.55
HSL316.1º54.67%29.41%-
HSV(B)316.1º70.69%45.49%-
XYZ9.795.6711.17-
YUV65.36144.17164.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=47.54%
G=13.93%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116349400.710.190.55316.154.6729.41
Hex74225E047133713c371d
Octal16442136010723674746735
Binary11101001000101011110010001111001111011110011110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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