#7B1684

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

Shades of Purple #7B1684

Tints of Purple #7B1684

Color information

#7B1684 (or 0x7B1684) is unknown color: approx Purple. HEX triplet: 7B, 16 and 84. RGB value is (123,22,132). Sum of RGB (Red+Green+Blue) = 123+22+132=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B1684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1684 is #84E97B. Grayscale: #404040. Windows color (decimal): -8710524 or 8656507. OLE color: 8656507.

HSL color Cylindrical-coordinate representation of color #7B1684: hue angle of 295.09º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B1684 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12322132-
CMYK0.070.8300.48
HSL295.09º71.43%30.2%-
HSV(B)295.09º83.33%51.76%-
XYZ12.626.4522.41-
YUV64.74165.96169.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.40%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=44.40%
G=7.94%
B=47.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123221320.070.8300.48295.0971.4330.2
Hex7B1684753030127471e
Octal17326204712306044710736
Binary1111011101101000010011110100110110000100100111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B1684; }

 p { color: rgb(123,22,132); }

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

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

 a { background-color: rgb(123,22,132); }

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

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

 span { border-color: rgb(123,22,132); }

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