#740085

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

Shades of Purple #740085

Tints of Purple #740085

Color information

#740085 (or 0x740085) is unknown color: approx Purple. HEX triplet: 74, 00 and 85. RGB value is (116,0,133). Sum of RGB (Red+Green+Blue) = 116+0+133=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #740085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740085 is #8BFF7A. Grayscale: #313131. Windows color (decimal): -9174907 or 8716404. OLE color: 8716404.

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

Color convert

RGB1160133-
CMYK0.13100.48
HSL292.33º100%26.08%-
HSV(B)292.33º100%52.16%-
XYZ11.445.4122.63-
YUV49.85174.93175.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=46.59%
G=0%
B=53.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11601330.13100.48292.3310026.08
Hex74085D64030124641a
Octal16402051514406044414432
Binary1110100010000101110111001000110000100100100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740085; }

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

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

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

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

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

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

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

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