#7C1886

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

Shades of Purple #7C1886

Tints of Purple #7C1886

Color information

#7C1886 (or 0x7C1886) is unknown color: approx Purple. HEX triplet: 7C, 18 and 86. RGB value is (124,24,134). Sum of RGB (Red+Green+Blue) = 124+24+134=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #7C1886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1886 is #83E779. Grayscale: #424242. Windows color (decimal): -8644474 or 8788092. OLE color: 8788092.

HSL color Cylindrical-coordinate representation of color #7C1886: hue angle of 294.55º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C1886 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12424134-
CMYK0.070.8200.47
HSL294.55º69.62%30.98%-
HSV(B)294.55º82.09%52.55%-
XYZ12.946.6623.16-
YUV66.44166.13169.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.97%
GREEN value IS 24 (9.77% from 255) = 8.51%
BLUE value IS 134 (52.73% from 255) = 47.52%
R=43.97%
G=8.51%
B=47.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124241340.070.8200.47294.5569.6230.98
Hex7C188675202F127461f
Octal17430206712205744710637
Binary1111100110001000011011110100100101111100100111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,24,134); }

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

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

 a { background-color: rgb(124,24,134); }

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

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

 span { border-color: rgb(124,24,134); }

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