#761274

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

Shades of Purple #761274

Tints of Purple #761274

Color information

#761274 (or 0x761274) is unknown color: approx Purple. HEX triplet: 76, 12 and 74. RGB value is (118,18,116). Sum of RGB (Red+Green+Blue) = 118+18+116=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #761274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761274 is #89ED8B. Grayscale: #3A3A3A. Windows color (decimal): -9039244 or 7606902. OLE color: 7606902.

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

Color convert

RGB11818116-
CMYK00.850.020.54
HSL301.2º73.53%26.67%-
HSV(B)301.2º84.75%46.27%-
XYZ10.845.5517.02-
YUV59.07160.13170.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=46.83%
G=7.14%
B=46.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181811600.850.020.54301.273.5326.67
Hex76127405523612d4a1b
Octal16622164012526645511233
Binary11101101001011101000101010110110110100101101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761274; }

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

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

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

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

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

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

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

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