#7D0E7C

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

Shades of Purple #7D0E7C

Tints of Purple #7D0E7C

Color information

#7D0E7C (or 0x7D0E7C) is unknown color: approx Purple. HEX triplet: 7D, 0E and 7C. RGB value is (125,14,124). Sum of RGB (Red+Green+Blue) = 125+14+124=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0E7C is #82F183. Grayscale: #3B3B3B. Windows color (decimal): -8581508 or 8130173. OLE color: 8130173.

HSL color Cylindrical-coordinate representation of color #7D0E7C: hue angle of 300.54º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D0E7C is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB12514124-
CMYK00.890.010.51
HSL300.54º79.86%27.25%-
HSV(B)300.54º88.8%49.02%-
XYZ12.256.1319.61-
YUV59.73164.27174.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.53%
GREEN value IS 14 (5.86% from 255) = 5.32%
BLUE value IS 124 (48.83% from 255) = 47.15%
R=47.53%
G=5.32%
B=47.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251412400.890.010.51300.5479.8627.25
Hex7DE7C05913312d501b
Octal17516174013116345512033
Binary111110111101111100010110011110011100101101101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,14,124); }

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

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

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

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

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

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

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