#7C1467

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

Shades of Dark Purple #7C1467

Tints of Dark Purple #7C1467

Color information

#7C1467 (or 0x7C1467) is unknown color: approx Dark Purple. HEX triplet: 7C, 14 and 67. RGB value is (124,20,103). Sum of RGB (Red+Green+Blue) = 124+20+103=247 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.20% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1467 is #83EB98. Grayscale: #3C3C3C. Windows color (decimal): -8645529 or 6755452. OLE color: 6755452.

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

Color convert

RGB12420103-
CMYK00.840.170.51
HSL312.12º72.22%28.24%-
HSV(B)312.12º83.87%48.63%-
XYZ11.015.7613.36-
YUV60.56151.96173.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.20%
GREEN value IS 20 (8.20% from 255) = 8.10%
BLUE value IS 103 (40.62% from 255) = 41.70%
R=50.20%
G=8.10%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1242010300.840.170.51312.1272.2228.24
Hex7C14670541133138481c
Octal174241470124216347011034
Binary11111001010011001110101010010001110011100111000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,20,103); }

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

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

 a { background-color: rgb(124,20,103); }

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

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

 span { border-color: rgb(124,20,103); }

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