#740276

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

Shades of Purple #740276

Tints of Purple #740276

Color information

#740276 (or 0x740276) is unknown color: approx Purple. HEX triplet: 74, 02 and 76. RGB value is (116,2,118). Sum of RGB (Red+Green+Blue) = 116+2+118=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #740276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740276 is #8BFD89. Grayscale: #303030. Windows color (decimal): -9174410 or 7733876. OLE color: 7733876.

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

Color convert

RGB1162118-
CMYK0.020.9800.54
HSL298.97º96.67%23.53%-
HSV(B)298.97º98.31%46.27%-
XYZ10.495.0617.56-
YUV49.31166.77175.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 118 (46.48% from 255) = 50%
R=49.15%
G=0.85%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11621180.020.9800.54298.9796.6723.53
Hex7427626203612b6118
Octal1642166214206645314130
Binary11101001011101101011000100110110100101011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740276; }

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

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

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

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

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

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

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

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