#741685

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

Shades of Purple #741685

Tints of Purple #741685

Color information

#741685 (or 0x741685) is unknown color: approx Purple. HEX triplet: 74, 16 and 85. RGB value is (116,22,133). Sum of RGB (Red+Green+Blue) = 116+22+133=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #741685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741685 is #8BE97A. Grayscale: #3E3E3E. Windows color (decimal): -9169275 or 8722036. OLE color: 8722036.

HSL color Cylindrical-coordinate representation of color #741685: hue angle of 290.81º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741685 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11622133-
CMYK0.130.8300.48
HSL290.81º71.61%30.39%-
HSV(B)290.81º83.46%52.16%-
XYZ11.725.9822.73-
YUV62.76167.64165.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=42.80%
G=8.12%
B=49.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116221330.130.8300.48290.8171.6130.39
Hex741685D53030123481e
Octal164262051512306044311036
Binary11101001011010000101110110100110110000100100011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741685; }

 p { color: rgb(116,22,133); }

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

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

 a { background-color: rgb(116,22,133); }

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

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

 span { border-color: rgb(116,22,133); }

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