#7C0D7B

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

Shades of Purple #7C0D7B

Tints of Purple #7C0D7B

Color information

#7C0D7B (or 0x7C0D7B) is unknown color: approx Purple. HEX triplet: 7C, 0D and 7B. RGB value is (124,13,123). Sum of RGB (Red+Green+Blue) = 124+13+123=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0D7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0D7B is #83F284. Grayscale: #3A3A3A. Windows color (decimal): -8647301 or 8064380. OLE color: 8064380.

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

Color convert

RGB12413123-
CMYK00.900.010.51
HSL300.54º81.02%26.86%-
HSV(B)300.54º89.52%48.63%-
XYZ12.03619.26-
YUV58.73164.27174.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.69%
GREEN value IS 13 (5.47% from 255) = 5%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=47.69%
G=5%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241312300.900.010.51300.5481.0226.86
Hex7CD7B05A13312d511b
Octal17415173013216345512133
Binary111110011011111011010110101110011100101101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,13,123); }

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

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

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

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

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

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

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