#7C0B7F

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

Shades of Purple #7C0B7F

Tints of Purple #7C0B7F

Color information

#7C0B7F (or 0x7C0B7F) is unknown color: approx Purple. HEX triplet: 7C, 0B and 7F. RGB value is (124,11,127). Sum of RGB (Red+Green+Blue) = 124+11+127=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C0B7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0B7F is #83F480. Grayscale: #393939. Windows color (decimal): -8647809 or 8326012. OLE color: 8326012.

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

Color convert

RGB12411127-
CMYK0.020.9100.50
HSL298.45º84.06%27.06%-
HSV(B)298.45º91.34%49.8%-
XYZ12.266.0620.6-
YUV58.01166.94175.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.33%
GREEN value IS 11 (4.69% from 255) = 4.20%
BLUE value IS 127 (50% from 255) = 48.47%
R=47.33%
G=4.20%
B=48.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal124111270.020.9100.50298.4584.0627.06
Hex7CB7F25B03212a541b
Octal17413177213306245212433
Binary1111100101111111111010110110110010100101010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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