#741085

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

Shades of Purple #741085

Tints of Purple #741085

Color information

#741085 (or 0x741085) is unknown color: approx Purple. HEX triplet: 74, 10 and 85. RGB value is (116,16,133). Sum of RGB (Red+Green+Blue) = 116+16+133=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #741085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741085 is #8BEF7A. Grayscale: #3A3A3A. Windows color (decimal): -9170811 or 8720500. OLE color: 8720500.

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

Color convert

RGB11616133-
CMYK0.130.8800.48
HSL291.28º78.52%29.22%-
HSV(B)291.28º87.97%52.16%-
XYZ11.625.7822.69-
YUV59.24169.63168.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 16 (6.64% from 255) = 6.04%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=43.77%
G=6.04%
B=50.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116161330.130.8800.48291.2878.5229.22
Hex741085D580301234f1d
Octal164202051513006044311735
Binary11101001000010000101110110110000110000100100011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741085; }

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

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

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

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

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

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

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

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