#7E1C68

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

Shades of Dark Purple #7E1C68

Tints of Dark Purple #7E1C68

Color information

#7E1C68 (or 0x7E1C68) is unknown color: approx Dark Purple. HEX triplet: 7E, 1C and 68. RGB value is (126,28,104). Sum of RGB (Red+Green+Blue) = 126+28+104=258 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.84% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E1C68 is #81E397. Grayscale: #414141. Windows color (decimal): -8512408 or 6823038. OLE color: 6823038.

HSL color Cylindrical-coordinate representation of color #7E1C68: hue angle of 313.47º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E1C68 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB12628104-
CMYK00.780.170.51
HSL313.47º63.64%30.2%-
HSV(B)313.47º77.78%49.41%-
XYZ11.526.2713.7-
YUV65.97149.47170.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 48.84%
GREEN value IS 28 (11.33% from 255) = 10.85%
BLUE value IS 104 (41.02% from 255) = 40.31%
R=48.84%
G=10.85%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1262810400.780.170.51313.4763.6430.2
Hex7E1C6804E1133139401e
Octal176341500116216347110036
Binary11111101110011010000100111010001110011100111001100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,28,104); }

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

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

 a { background-color: rgb(126,28,104); }

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

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

 span { border-color: rgb(126,28,104); }

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