#761284

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

Shades of Purple #761284

Tints of Purple #761284

Color information

#761284 (or 0x761284) is unknown color: approx Purple. HEX triplet: 76, 12 and 84. RGB value is (118,18,132). Sum of RGB (Red+Green+Blue) = 118+18+132=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #761284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761284 is #89ED7B. Grayscale: #3C3C3C. Windows color (decimal): -9039228 or 8655478. OLE color: 8655478.

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

Color convert

RGB11818132-
CMYK0.110.8600.48
HSL292.63º76%29.41%-
HSV(B)292.63º86.36%51.76%-
XYZ11.855.9522.35-
YUV60.9168.13168.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 18 (7.42% from 255) = 6.72%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=44.03%
G=6.72%
B=49.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118181320.110.8600.48292.637629.41
Hex761284B560301254c1d
Octal166222041312606044511435
Binary11101101001010000100101110101100110000100100101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761284; }

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

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

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

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

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

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

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

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