#74226B

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

Shades of Palatinate Purple #74226B

Tints of Palatinate Purple #74226B

Color information

#74226B (or 0x74226B) is unknown color: approx Palatinate Purple. HEX triplet: 74, 22 and 6B. RGB value is (116,34,107). Sum of RGB (Red+Green+Blue) = 116+34+107=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74226B is #8BDD94. Grayscale: #424242. Windows color (decimal): -9166229 or 7021172. OLE color: 7021172.

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

Color convert

RGB11634107-
CMYK00.710.080.55
HSL306.59º54.67%29.41%-
HSV(B)306.59º70.69%45.49%-
XYZ10.435.9214.5-
YUV66.84150.67163.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 34 (13.67% from 255) = 13.23%
BLUE value IS 107 (42.19% from 255) = 41.63%
R=45.14%
G=13.23%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163410700.710.080.55306.5954.6729.41
Hex74226B047837133371d
Octal16442153010710674636735
Binary1110100100010110101101000111100011011110011001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74226B; }

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

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

<style>
 a { background-color: #74226B; }

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

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

<style>
 span { border-color: #74226B; }

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

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