#7C247F

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

Shades of Dark Purple #7C247F

Tints of Dark Purple #7C247F

Color information

#7C247F (or 0x7C247F) is unknown color: approx Dark Purple. HEX triplet: 7C, 24 and 7F. RGB value is (124,36,127). Sum of RGB (Red+Green+Blue) = 124+36+127=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C247F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C247F is #83DB80. Grayscale: #484848. Windows color (decimal): -8641409 or 8332412. OLE color: 8332412.

HSL color Cylindrical-coordinate representation of color #7C247F: hue angle of 298.02º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C247F is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12436127-
CMYK0.020.7200.50
HSL298.02º55.83%31.96%-
HSV(B)298.02º71.65%49.8%-
XYZ12.777.0820.77-
YUV72.69158.65164.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.21%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 127 (50% from 255) = 44.25%
R=43.21%
G=12.54%
B=44.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal124361270.020.7200.50298.0255.8331.96
Hex7C247F24803212a3820
Octal1744417721100624527040
Binary111110010010011111111010010000110010100101010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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