#760084

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

Shades of Purple #760084

Tints of Purple #760084

Color information

#760084 (or 0x760084) is unknown color: approx Purple. HEX triplet: 76, 00 and 84. RGB value is (118,0,132). Sum of RGB (Red+Green+Blue) = 118+0+132=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #760084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760084 is #89FF7B. Grayscale: #313131. Windows color (decimal): -9043836 or 8650870. OLE color: 8650870.

HSL color Cylindrical-coordinate representation of color #760084: hue angle of 293.64º 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 #760084 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1180132-
CMYK0.11100.48
HSL293.64º100%25.88%-
HSV(B)293.64º100%51.76%-
XYZ11.645.5222.28-
YUV50.33174.09176.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=47.2%
G=0%
B=52.8%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11801320.11100.48293.6410025.88
Hex76084B64030126641a
Octal16602041314406044614432
Binary1110110010000100101111001000110000100100110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760084; }

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

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

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

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

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

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

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

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