#7C247C

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

Shades of Dark Purple #7C247C

Tints of Dark Purple #7C247C

Color information

#7C247C (or 0x7C247C) is unknown color: approx Dark Purple. HEX triplet: 7C, 24 and 7C. RGB value is (124,36,124). Sum of RGB (Red+Green+Blue) = 124+36+124=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: red, blue. Hex color #7C247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C247C is #83DB83. Grayscale: #484848. Windows color (decimal): -8641412 or 8135804. OLE color: 8135804.

HSL color Cylindrical-coordinate representation of color #7C247C: hue angle of 300º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C247C is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12436124-
CMYK00.7100.51
HSL300º55%31.37%-
HSV(B)300º70.97%48.63%-
XYZ12.58719.76-
YUV72.34157.15164.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.66%
GREEN value IS 36 (14.45% from 255) = 12.68%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=43.66%
G=12.68%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1243612400.7100.513005531.37
Hex7C247C04703312c371f
Octal1744417401070634546737
Binary1111100100100111110001000111011001110010110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,36,124); }

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

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

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

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

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

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

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