#74276F

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

Shades of Palatinate Purple #74276F

Tints of Palatinate Purple #74276F

Color information

#74276F (or 0x74276F) is unknown color: approx Palatinate Purple. HEX triplet: 74, 27 and 6F. RGB value is (116,39,111). Sum of RGB (Red+Green+Blue) = 116+39+111=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #74276F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74276F is #8BD890. Grayscale: #464646. Windows color (decimal): -9164945 or 7284596. OLE color: 7284596.

HSL color Cylindrical-coordinate representation of color #74276F: hue angle of 303.9º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74276F is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11639111-
CMYK00.660.040.55
HSL303.9º49.68%30.39%-
HSV(B)303.9º66.38%45.49%-
XYZ10.86.3115.69-
YUV70.23151.01160.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 111 (43.75% from 255) = 41.73%
R=43.61%
G=14.66%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163911100.660.040.55303.949.6830.39
Hex74276F042437130321e
Octal1644715701024674606236
Binary111010010011111011110100001010011011110011000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74276F; }

 p { color: rgb(116,39,111); }

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

<style>
 a { background-color: #74276F; }

 a { background-color: rgb(116,39,111); }

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

<style>
 span { border-color: #74276F; }

 span { border-color: rgb(116,39,111); }

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