#74286c

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

Shades of Palatinate Purple #74286C

Tints of Palatinate Purple #74286C

Color information

#74286C (or 0x74286C) is unknown color: approx Palatinate Purple. HEX triplet: 74, 28 and 6C. RGB value is (116,40,108). Sum of RGB (Red+Green+Blue) = 116+40+108=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74286C is #8BD793. Grayscale: #464646. Windows color (decimal): -9164692 or 7088244. OLE color: 7088244.

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

Color convert

RGB11640108-
CMYK00.660.070.55
HSL306.32º48.72%30.59%-
HSV(B)306.32º65.52%45.49%-
XYZ10.676.3114.84-
YUV70.48149.18160.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 40 (16.02% from 255) = 15.15%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=43.94%
G=15.15%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164010800.660.070.55306.3248.7230.59
Hex74286C042737132311f
Octal1645015401027674626137
Binary111010010100011011000100001011111011110011001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74286c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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