#740278

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

Shades of Purple #740278

Tints of Purple #740278

Color information

#740278 (or 0x740278) is unknown color: approx Purple. HEX triplet: 74, 02 and 78. RGB value is (116,2,120). Sum of RGB (Red+Green+Blue) = 116+2+120=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #740278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740278 is #8BFD87. Grayscale: #313131. Windows color (decimal): -9174408 or 7864948. OLE color: 7864948.

HSL color Cylindrical-coordinate representation of color #740278: hue angle of 297.97º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740278 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1162120-
CMYK0.030.9800.53
HSL297.97º96.72%23.92%-
HSV(B)297.97º98.33%47.06%-
XYZ10.615.1118.2-
YUV49.54167.77175.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.74%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=48.74%
G=0.84%
B=50.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11621200.030.9800.53297.9796.7223.92
Hex7427836203512a6118
Octal1642170314206545214130
Binary11101001011110001111000100110101100101010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740278; }

 p { color: rgb(116,2,120); }

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

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

 a { background-color: rgb(116,2,120); }

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

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

 span { border-color: rgb(116,2,120); }

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