#74236A

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

Shades of Palatinate Purple #74236A

Tints of Palatinate Purple #74236A

Color information

#74236A (or 0x74236A) is unknown color: approx Palatinate Purple. HEX triplet: 74, 23 and 6A. RGB value is (116,35,106). Sum of RGB (Red+Green+Blue) = 116+35+106=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74236A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74236A is #8BDC95. Grayscale: #434343. Windows color (decimal): -9165974 or 6955892. OLE color: 6955892.

HSL color Cylindrical-coordinate representation of color #74236A: hue angle of 307.41º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74236A is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11635106-
CMYK00.700.090.55
HSL307.41º53.64%29.61%-
HSV(B)307.41º69.83%45.49%-
XYZ10.415.9614.24-
YUV67.31149.84162.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 35 (14.06% from 255) = 13.62%
BLUE value IS 106 (41.80% from 255) = 41.25%
R=45.14%
G=13.62%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163510600.700.090.55307.4153.6429.61
Hex74236A046937133361e
Octal16443152010611674636636
Binary1110100100011110101001000110100111011110011001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74236A; }

 p { color: rgb(116,35,106); }

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

<style>
 a { background-color: #74236A; }

 a { background-color: rgb(116,35,106); }

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

<style>
 span { border-color: #74236A; }

 span { border-color: rgb(116,35,106); }

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