#7C0870

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

Shades of Purple #7C0870

Tints of Purple #7C0870

Color information

#7C0870 (or 0x7C0870) is unknown color: approx Purple. HEX triplet: 7C, 08 and 70. RGB value is (124,8,112). Sum of RGB (Red+Green+Blue) = 124+8+112=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0870 is #83F78F. Grayscale: #363636. Windows color (decimal): -8648592 or 7342204. OLE color: 7342204.

HSL color Cylindrical-coordinate representation of color #7C0870: hue angle of 306.21º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0870 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB1248112-
CMYK00.940.100.51
HSL306.21º87.88%25.88%-
HSV(B)306.21º93.55%48.63%-
XYZ11.325.6315.82-
YUV54.54160.43177.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.82%
GREEN value IS 8 (3.52% from 255) = 3.28%
BLUE value IS 112 (44.14% from 255) = 45.90%
R=50.82%
G=3.28%
B=45.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124811200.940.100.51306.2187.8825.88
Hex7C87005EA33132581a
Octal174101600136126346213032
Binary111110010001110000010111101010110011100110010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,8,112); }

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

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

 a { background-color: rgb(124,8,112); }

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

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

 span { border-color: rgb(124,8,112); }

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