#74286E

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

Shades of Palatinate Purple #74286E

Tints of Palatinate Purple #74286E

Color information

#74286E (or 0x74286E) is unknown color: approx Palatinate Purple. HEX triplet: 74, 28 and 6E. RGB value is (116,40,110). Sum of RGB (Red+Green+Blue) = 116+40+110=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #74286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74286E is #8BD791. Grayscale: #464646. Windows color (decimal): -9164690 or 7219316. OLE color: 7219316.

HSL color Cylindrical-coordinate representation of color #74286E: hue angle of 304.74º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74286E is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11640110-
CMYK00.660.050.55
HSL304.74º48.72%30.59%-
HSV(B)304.74º65.52%45.49%-
XYZ10.786.3615.41-
YUV70.7150.18160.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 40 (16.02% from 255) = 15.04%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=43.61%
G=15.04%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164011000.660.050.55304.7448.7230.59
Hex74286E042537131311f
Octal1645015601025674616137
Binary111010010100011011100100001010111011110011000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,40,110); }

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

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

 a { background-color: rgb(116,40,110); }

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

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

 span { border-color: rgb(116,40,110); }

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