#74225C

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

Shades of Palatinate Purple #74225C

Tints of Palatinate Purple #74225C

Color information

#74225C (or 0x74225C) is unknown color: approx Palatinate Purple. HEX triplet: 74, 22 and 5C. RGB value is (116,34,92). Sum of RGB (Red+Green+Blue) = 116+34+92=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74225C is #8BDDA3. Grayscale: #404040. Windows color (decimal): -9166244 or 6038132. OLE color: 6038132.

HSL color Cylindrical-coordinate representation of color #74225C: hue angle of 317.56º 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 #74225C is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1163492-
CMYK00.710.210.55
HSL317.56º54.67%29.41%-
HSV(B)317.56º70.69%45.49%-
XYZ9.715.6310.7-
YUV65.13143.17164.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.93%
GREEN value IS 34 (13.67% from 255) = 14.05%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=47.93%
G=14.05%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116349200.710.210.55317.5654.6729.41
Hex74225C047153713e371d
Octal16442134010725674766735
Binary11101001000101011100010001111010111011110011111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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